Searched refs:isParsingPreprocessorDirective (Results 1 – 3 of 3) sorted by relevance
152 bool isParsingPreprocessorDirective() const;
937 bool TokenLexer::isParsingPreprocessorDirective() const { in isParsingPreprocessorDirective() function in TokenLexer
180 if ((CurTokenLexer && CurTokenLexer->isParsingPreprocessorDirective()) in HandlePragmaDirective()