HomeSort by relevance Sort by last modified time
    Searched defs:PTHMgr (Results 1 - 2 of 2) 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 215 PTHManager *PTHMgr = 0;
217 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
227 getSourceManager(), *HeaderInfo, *this, PTHMgr,
230 // Note that this is different then passing PTHMgr to Preprocessor's ctor.
233 if (PTHMgr) {
234 PTHMgr->setPreprocessor(&*PP);
235 PP->setPTHManager(PTHMgr);
    [all...]

Completed in 65 milliseconds