Searched refs:PTH (Results 1 – 13 of 13) 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()
210 PTH.reset(pm); in setPTHManager()211 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()
13 Creating and using a PTH file for performance measurement (use a release build).
115 std::unique_ptr<PTHManager> PTH; variable705 PTHManager *getPTHManager() { return PTH.get(); } in getPTHManager()
103 "PTH file '%0' does not designate an original source header file for -include-pth">;
248 // PTH Diagnostics251 "invalid or corrupt PTH file '%0'">;
17 …�J?Τ��W�9]�i��-���A2�z���:����n�����}���<��b��u�����&�d.��;�y��ePTH��b��J����(�����…
529 /* Define if you have GNU PTH threads. */
2662 [Define if you have GNU PTH threads.])
4053 - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.