Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestUtils.h28 bool InPreprocessorDirective = false; variable
39 InPreprocessorDirective = true;
46 } else if (InPreprocessorDirective) {
47 InPreprocessorDirective = false;
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp601 bool InPreprocessorDirective = false; in ComputePreamble() local
624 if (InPreprocessorDirective) { in ComputePreamble()
637 InPreprocessorDirective = false; in ComputePreamble()
660 InPreprocessorDirective = true; in ComputePreamble()