Home
last modified time | relevance | path

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

/external/clang/docs/
DPTHInternals.rst2 Pretokenized Headers (PTH)
5 This document first describes the low-level interface for using PTH and
14 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 PTH
23 files. Similarly, PTH files can be used as prefix headers using the
30 Alternatively, Clang's PTH files can be used as a raw "token-cache" (or
32 This means that the contents of the PTH file are searched as substitutes
46 will be retrieved from ``test.h.pth``, as the PTH file is being used in
48 low-level interface used to both implement the high-level PTH interface
[all …]
DInternalsManual.rst540 Pretokenized headers (:doc:`PTH <PTHInternals>`), on the other hand, contain a
/external/clang/lib/Lex/
DPPLexerChange.cpp79 if (PTH) { in EnterSourceFile()
80 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile()
DPreprocessor.cpp201 PTH.reset(pm); in setPTHManager()
202 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()
/external/clang/
DNOTES.txt13 Creating and using a PTH file for performance measurement (use a release build).
/external/clang/include/clang/Lex/
DPreprocessor.h112 std::unique_ptr<PTHManager> PTH; variable
516 PTHManager *getPTHManager() { return PTH.get(); } in getPTHManager()
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td90 "PTH file '%0' does not designate an original source header file for -include-pth">;
DDiagnosticLexKinds.td242 // PTH Diagnostics
245 "invalid or corrupt PTH file '%0'">;