HomeSort by relevance Sort by last modified time
    Searched refs:PTHMgr (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 55 /// PTHMgr - The PTHManager object that created this PTHLexer.
56 PTHManager& PTHMgr;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 239 PTHManager *PTHMgr = 0;
241 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
249 getSourceManager(), *HeaderInfo, *this, PTHMgr,
252 // Note that this is different then passing PTHMgr to Preprocessor's ctor.
255 if (PTHMgr) {
256 PTHMgr->setPreprocessor(&*PP);
257 PP->setPTHManager(PTHMgr);
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 42 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) {
81 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID));
85 IdentifierInfo *II = PTHMgr.GetIdentifierInfo(IdentifierID-1);

Completed in 1682 milliseconds