Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp604 bool InPreprocessorDirective = false; in ComputePreamble() local
627 if (InPreprocessorDirective) { in ComputePreamble()
640 InPreprocessorDirective = false; in ComputePreamble()
663 InPreprocessorDirective = true; in ComputePreamble()