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 140 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
142 bool isParsingPreprocessorDirective() const;
  /external/clang/lib/Lex/
TokenLexer.cpp 626 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
628 bool TokenLexer::isParsingPreprocessorDirective() const {
Pragma.cpp 113 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())
    [all...]

Completed in 400 milliseconds