Home
last modified time | relevance | path

Searched refs:fileLookup (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPTHManager.h89 std::unique_ptr<PTHFileLookup> fileLookup,
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPTHLexer.cpp418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable, in PTHManager() argument
423 FileLookup(std::move(fileLookup)), IdDataTable(idDataTable), in PTHManager()