Home
last modified time | relevance | path

Searched refs:InPreprocessorDirective (Results 1 – 2 of 2) 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/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()