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