Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurPPLexer

253   /// CurPPLexer - This is the current top of the stack what we're lexing from
256 PreprocessorLexer *CurPPLexer;
496 return CurPPLexer == L;
502 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
1267 CurPPLexer,
1270 CurPPLexer = 0;
1276 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1397 return IsFileLexer(CurLexer.get(), CurPPLexer);
1406 return CurPPLexer == 0 && CurTokenLexer == 0 && CurPTHLexer == 0 &&