HomeSort by relevance Sort by last modified time
    Searched defs:InPreprocessorDirective (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/Format/
FormatTestUtils.h 26 bool InPreprocessorDirective = false;
36 InPreprocessorDirective = true;
43 } else if (InPreprocessorDirective) {
44 InPreprocessorDirective = false;
  /external/clang/lib/Lex/
Lexer.cpp 558 bool InPreprocessorDirective = false;
583 if (InPreprocessorDirective) {
596 InPreprocessorDirective = false;
619 InPreprocessorDirective = true;
680 InPreprocessorDirective = false;
    [all...]

Completed in 226 milliseconds