Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp100 AbbrevLookup FileLookup; member in __anon727c24000111::SDiagsMerger
837 RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col, in visitSourceRangeRecord()
838 Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset}; in visitSourceRangeRecord()
848 RECORD_DIAG, Severity, FileLookup[Location.FileID], Location.Line, in visitDiagnosticRecord()
861 RecordData::value_type Record[] = {RECORD_FIXIT, FileLookup[Start.FileID], in visitFixitRecord()
863 FileLookup[End.FileID], End.Line, End.Col, in visitFixitRecord()
874 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