Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurPTHLexer

376   if (CurPTHLexer) {
582 assert(CurPTHLexer);
583 assert(CurPTHLexer->LexingRawMode == false);
586 if (CurPTHLexer->SkipBlock()) {
590 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
609 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
618 CurPTHLexer->ParsingPreprocessorDirective = true;
620 CurPTHLexer->ParsingPreprocessorDirective = false;
630 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
643 CurPTHLexer->ParsingPreprocessorDirective = true;
645 CurPTHLexer->ParsingPreprocessorDirective = false;
1361 if (CurPTHLexer)
1362 return CurPTHLexer->DiscardToEndOfLine();
1919 assert(CurPTHLexer && "#include but no current lexer set!");
1920 CurPTHLexer->getEOF(Result);