Searched refs:isParsingPreprocessorDirective (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
H A DTokenLexer.h149 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
151 bool isParsingPreprocessorDirective() const;
/external/clang/lib/Lex/
H A DTokenLexer.cpp687 /// isParsingPreprocessorDirective - Return true if we are in the middle of a
689 bool TokenLexer::isParsingPreprocessorDirective() const { function in class:TokenLexer
H A DPragma.cpp121 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective())

Completed in 3425 milliseconds