Searched refs:ReadPath (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 334 return Reader->ReadPath(*F, Record, Idx); in readPath()
|
| H A D | ASTReader.h | 2507 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx); 2510 std::string ReadPath(StringRef BaseDirectory, const RecordData &Record,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1591 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable() 4436 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock() 4499 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock() 10074 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader 10076 return ReadPath(F.BaseDirectory, Record, Idx); in ReadPath() 10079 std::string ASTReader::ReadPath(StringRef BaseDirectory, in ReadPath() function in ASTReader
|