Home
last modified time | relevance | path

Searched refs:PTHMgr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DPTHLexer.h56 PTHManager& PTHMgr; variable
/external/clang/lib/Lex/
DPTHLexer.cpp40 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) { in PTHLexer()
80 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID)); in Lex()
84 IdentifierInfo *II = PTHMgr.GetIdentifierInfo(IdentifierID-1); in Lex()
/external/clang/lib/Frontend/
DCompilerInstance.cpp302 PTHManager *PTHMgr = nullptr; in createPreprocessor() local
304 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
313 getSourceManager(), *HeaderInfo, *this, PTHMgr, in createPreprocessor()
320 if (PTHMgr) { in createPreprocessor()
321 PTHMgr->setPreprocessor(&*PP); in createPreprocessor()
322 PP->setPTHManager(PTHMgr); in createPreprocessor()