Home
last modified time | relevance | path

Searched refs:FileLookup (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp101 AbbrevLookup FileLookup; member in __anon5ded11a90111::SDiagsMerger
838 RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col, in visitSourceRangeRecord()
839 Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset}; in visitSourceRangeRecord()
849 RECORD_DIAG, Severity, FileLookup[Location.FileID], Location.Line, in visitDiagnosticRecord()
862 RecordData::value_type Record[] = {RECORD_FIXIT, FileLookup[Start.FileID], in visitFixitRecord()
864 FileLookup[End.FileID], End.Line, End.Col, in visitFixitRecord()
875 FileLookup[ID] = Writer.getEmitFile(Name.str().c_str()); in visitFilenameRecord()
/external/clang/lib/Lex/
DPTHLexer.cpp423 FileLookup(std::move(fileLookup)), IdDataTable(idDataTable), in PTHManager()
605 PTHFileLookup::iterator I = FileLookup->find(FE); in CreateLexer()
607 if (I == FileLookup->end()) // No tokens available? in CreateLexer()
727 return llvm::make_unique<PTHStatCache>(*FileLookup); in createStatCache()
/external/clang/include/clang/Lex/
DPTHManager.h60 std::unique_ptr<PTHFileLookup> FileLookup; variable