Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DTokenLexer.h151 bool isParsingPreprocessorDirective() const;
/external/clang/lib/Lex/
DTokenLexer.cpp713 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective() function in TokenLexer
DPragma.cpp120 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()