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