HomeSort by relevance Sort by last modified time
    Searched refs:isParsingPreprocessorDirective (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
TokenLexer.h 141 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
143 bool isParsingPreprocessorDirective() const;
  /external/clang/lib/Lex/
TokenLexer.cpp 694 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
696 bool TokenLexer::isParsingPreprocessorDirective() const {
    [all...]
Pragma.cpp 119 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
    [all...]

Completed in 1188 milliseconds