Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp647 bool InPreprocessorDirective = false; in ComputePreamble() local
670 if (InPreprocessorDirective) { in ComputePreamble()
683 InPreprocessorDirective = false; in ComputePreamble()
706 InPreprocessorDirective = true; in ComputePreamble()