Lines Matching refs:CurPTHLexer
250 if (CurPTHLexer) {
459 assert(CurPTHLexer);
460 assert(CurPTHLexer->LexingRawMode == false);
463 if (CurPTHLexer->SkipBlock()) {
467 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
486 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
495 CurPTHLexer->ParsingPreprocessorDirective = true;
497 CurPTHLexer->ParsingPreprocessorDirective = false;
507 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
520 CurPTHLexer->ParsingPreprocessorDirective = true;
522 CurPTHLexer->ParsingPreprocessorDirective = false;
1105 if (CurPTHLexer)
1106 return CurPTHLexer->DiscardToEndOfLine();
1558 assert(CurPTHLexer && "#include but no current lexer set!");
1559 CurPTHLexer->getEOF(Result);