HomeSort by relevance Sort by last modified time
    Searched refs:PTH (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 80 if (PTH) {
81 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
136 /// and start getting tokens from it using the PTH cache.
Preprocessor.cpp 207 PTH.reset(pm);
208 FileMgr.addStatCache(PTH->createStatCache());
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 114 std::unique_ptr<PTHManager> PTH;
286 /// not expanding from a macro and we are lexing from a PTH cache.
698 PTHManager *getPTHManager() { return PTH.get(); }
    [all...]

Completed in 51 milliseconds