Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp600 bool InPreprocessorDirective = false; in ComputePreamble() local
623 if (InPreprocessorDirective) { in ComputePreamble()
636 InPreprocessorDirective = false; in ComputePreamble()
659 InPreprocessorDirective = true; in ComputePreamble()