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.cpp649 bool InPreprocessorDirective = false; in ComputePreamble() local
672 if (InPreprocessorDirective) { in ComputePreamble()
685 InPreprocessorDirective = false; in ComputePreamble()
708 InPreprocessorDirective = true; in ComputePreamble()