Searched refs:PTH (Results 1 – 8 of 8) sorted by relevance
2 Pretokenized Headers (PTH)5 This document first describes the low-level interface for using PTH and14 options for generating and using PTH files.16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``:22 This option is transparently used by ``clang`` when generating PTH23 files. Similarly, PTH files can be used as prefix headers using the30 Alternatively, Clang's PTH files can be used as a raw "token-cache" (or32 This means that the contents of the PTH file are searched as substitutes46 will be retrieved from ``test.h.pth``, as the PTH file is being used in48 low-level interface used to both implement the high-level PTH interface[all …]
540 Pretokenized headers (:doc:`PTH <PTHInternals>`), on the other hand, contain a
80 if (PTH) { in EnterSourceFile()81 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile()
207 PTH.reset(pm); in setPTHManager()208 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()
13 Creating and using a PTH file for performance measurement (use a release build).
114 std::unique_ptr<PTHManager> PTH; variable698 PTHManager *getPTHManager() { return PTH.get(); } in getPTHManager()
101 "PTH file '%0' does not designate an original source header file for -include-pth">;
235 // PTH Diagnostics238 "invalid or corrupt PTH file '%0'">;