Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurPPLexer

116    || (CurPPLexer && CurPPLexer->ParsingPreprocessorDirective))
358 assert(CurPPLexer && "No current lexer?");
377 if (CurPPLexer) CurPPLexer->LexingRawMode = true;
379 if (CurPPLexer) CurPPLexer->LexingRawMode = false;
445 CurPPLexer->LexIncludeFilename(FilenameTok);
747 CurPPLexer->LexIncludeFilename(SourceFilenameTok);
779 CurPPLexer->LexIncludeFilename(ReplaceFilenameTok);