Searched defs:fileLookup (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPTHLexer.cpp418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable,
423 FileLookup(std::move(fileLookup)), IdDataTable(idDataTable),
416 PTHManager( std::unique_ptr<const llvm::MemoryBuffer> buf, std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable, std::unique_ptr<IdentifierInfo *[], llvm::FreeDeleter> perIDCache, std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds, const unsigned char *spellingBase, const char *originalSourceFile) argument

Completed in 83 milliseconds