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

  /external/clang/include/clang/Lex/
PTHManager.h 58 /// FileLookup - Abstract data structure used for mapping between files
60 std::unique_ptr<PTHFileLookup> FileLookup;
89 std::unique_ptr<PTHFileLookup> fileLookup,
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 100 AbbrevLookup FileLookup;
837 RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col,
838 Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset};
848 RECORD_DIAG, Severity, FileLookup[Location.FileID], Location.Line,
861 RecordData::value_type Record[] = {RECORD_FIXIT, FileLookup[Start.FileID],
863 FileLookup[End.FileID], End.Line, End.Col,
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable,
423 FileLookup(std::move(fileLookup)), IdDataTable(idDataTable),
605 PTHFileLookup::iterator I = FileLookup->find(FE);
607 if (I == FileLookup->end()) // No tokens available?
727 return llvm::make_unique<PTHStatCache>(*FileLookup);
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 57 milliseconds