Searched refs:PTH (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp79 if (PTH) {
80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
135 /// and start getting tokens from it using the PTH cache.
H A DPreprocessor.cpp186 PTH.reset(pm);
187 FileMgr.addStatCache(PTH->createStatCache());
/external/clang/include/clang/Lex/
H A DPreprocessor.h105 std::unique_ptr<PTHManager> PTH; member in class:clang::Preprocessor
262 /// not expanding from a macro and we are lexing from a PTH cache.
492 PTHManager *getPTHManager() { return PTH.get(); }
1410 /// \brief A fast PTH version of SkipExcludedConditionalBlock.
1469 /// start getting tokens from it using the PTH cache.

Completed in 167 milliseconds