Searched refs:ReadPath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 315 return Reader->ReadPath(*F, Record, Idx); in readPath()
|
| H A D | ASTReader.h | 2189 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx); 2192 std::string ReadPath(StringRef BaseDirectory, const RecordData &Record,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1285 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable() 2837 ImportedFile = ReadPath(BaseDirectoryAsWritten, Record, Idx); in ReadControlBlock() 3927 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock() 3986 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock() 9008 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader 9015 std::string ASTReader::ReadPath(StringRef BaseDirectory, in ReadPath() function in ASTReader
|