HomeSort by: relevance | last modified time | path
    Searched refs:isParsingPreprocessorDirective (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
TokenLexer.h 150 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
152 bool isParsingPreprocessorDirective() const;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp 935 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
937 bool TokenLexer::isParsingPreprocessorDirective() const {
Pragma.cpp 180 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())

Completed in 64 milliseconds