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