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