Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h315 return Reader->ReadPath(*F, Record, Idx); in readPath()
H A DASTReader.h2182 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx);
2185 std::string ReadPath(StringRef BaseDirectory, const RecordData &Record,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1283 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable()
2835 ImportedFile = ReadPath(BaseDirectoryAsWritten, Record, Idx); in ReadControlBlock()
3911 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3970 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
8979 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader
8986 std::string ASTReader::ReadPath(StringRef BaseDirectory, in ReadPath() function in ASTReader