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

  /external/clang/unittests/Format/
FormatTest.cpp 42 bool InPreprocessorDirective = false;
52 InPreprocessorDirective = true;
59 } else if (InPreprocessorDirective) {
60 InPreprocessorDirective = false;
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 565 bool InPreprocessorDirective = false;
590 if (InPreprocessorDirective) {
603 InPreprocessorDirective = false;
626 InPreprocessorDirective = true;
688 InPreprocessorDirective = false;
    [all...]

Completed in 58 milliseconds