Home | History | Annotate | Download | only in Lex

Lines Matching refs:PPCache

2756       Preprocessor *PPCache = PP;
2759 assert(PPCache && "Raw buffer::LexEndOfFile should return a token");
2760 return PPCache->Lex(Result);
2784 Preprocessor *PPCache = PP;
2787 assert(PPCache && "Raw buffer::LexEndOfFile should return a token");
2788 return PPCache->Lex(Result);