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