Home
last modified time | relevance | path

Searched refs:InPreprocessorDirective (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLexer.cpp597 bool InPreprocessorDirective = false; in ComputePreamble() local
620 if (InPreprocessorDirective) { in ComputePreamble()
633 InPreprocessorDirective = false; in ComputePreamble()
656 InPreprocessorDirective = true; in ComputePreamble()