Home
last modified time | relevance | path

Searched refs:PTH (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPLexerChange.cpp79 if (PTH) { in EnterSourceFile()
80 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile()
DPreprocessor.cpp189 PTH.reset(pm); in setPTHManager()
190 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td52 "PTH file '%0' does not designate an original source header file for -include-pth">;
DDiagnosticLexKinds.td238 // PTH Diagnostics
241 "invalid or corrupt PTH file '%0'">;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h103 OwningPtr<PTHManager> PTH; variable
451 PTHManager *getPTHManager() { return PTH.get(); } in getPTHManager()