Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h2024 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx);
/external/clang/lib/Serialization/
DASTReader.cpp1070 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable()
2334 auto ImportedFile = ReadPath(F, Record, Idx); in ReadControlBlock()
3218 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3272 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
8125 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader