Searched defs:InPreprocessorDirective (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/Format/
H A DFormatTestUtils.h26 bool InPreprocessorDirective = false; local
36 InPreprocessorDirective = true;
43 } else if (InPreprocessorDirective) {
44 InPreprocessorDirective = false;
/external/clang/lib/Lex/
H A DLexer.cpp558 bool InPreprocessorDirective = false; local
583 if (InPreprocessorDirective) {
596 InPreprocessorDirective = false;
619 InPreprocessorDirective = true;
680 InPreprocessorDirective = false;

Completed in 1435 milliseconds