Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurPTHLexer

212   if (CurPTHLexer) {
411 assert(CurPTHLexer);
412 assert(CurPTHLexer->LexingRawMode == false);
415 if (CurPTHLexer->SkipBlock()) {
419 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo);
438 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
447 CurPTHLexer->ParsingPreprocessorDirective = true;
449 CurPTHLexer->ParsingPreprocessorDirective = false;
459 PPConditionalInfo &CondInfo = CurPTHLexer->peekConditionalLevel();
472 CurPTHLexer->ParsingPreprocessorDirective = true;
474 CurPTHLexer->ParsingPreprocessorDirective = false;
1013 if (CurPTHLexer)
1014 return CurPTHLexer->DiscardToEndOfLine();