Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTestUtils.h26 bool InPreprocessorDirective = false; in messUp() local
36 InPreprocessorDirective = true; in messUp()
43 } else if (InPreprocessorDirective) { in messUp()
44 InPreprocessorDirective = false; in messUp()
/external/llvm-project/clang/unittests/Format/
DFormatTestUtils.h25 bool InPreprocessorDirective = false; in messUp() local
36 InPreprocessorDirective = true; in messUp()
43 } else if (InPreprocessorDirective) { in messUp()
44 InPreprocessorDirective = false; in messUp()
/external/clang/lib/Lex/
DLexer.cpp552 bool InPreprocessorDirective = false; in ComputePreamble() local
577 if (InPreprocessorDirective) { in ComputePreamble()
590 InPreprocessorDirective = false; in ComputePreamble()
613 InPreprocessorDirective = true; in ComputePreamble()
674 InPreprocessorDirective = false; in ComputePreamble()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp597 bool InPreprocessorDirective = false; in ComputePreamble() local
620 if (InPreprocessorDirective) { in ComputePreamble()
633 InPreprocessorDirective = false; in ComputePreamble()
656 InPreprocessorDirective = true; in ComputePreamble()