Searched refs:ThePPLexer (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp59 return ISI.ThePPLexer;
509 if (ISI.ThePPLexer == 0) continue; // Scan for a real lexer.
517 FoundLexer = ISI.ThePPLexer;
H A DPPMacroExpansion.cpp199 if (Entry.ThePPLexer)
H A DPPDirectives.cpp611 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID())))
/external/clang/include/clang/Lex/
H A DPreprocessor.h283 PreprocessorLexer *ThePPLexer; member in struct:clang::Preprocessor::IncludeStackInfo
290 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
1281 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1402 return IsFileLexer(I.TheLexer, I.ThePPLexer);

Completed in 93 milliseconds