Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h326 return Reader->ReadPath(*F, Record, Idx); in readPath()
H A DASTReader.h2312 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx);
2315 std::string ReadPath(StringRef BaseDirectory, const RecordData &Record,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1413 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable()
3121 ImportedFile = ReadPath(BaseDirectoryAsWritten, Record, Idx); in ReadControlBlock()
4136 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
4198 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
9454 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader
9461 std::string ASTReader::ReadPath(StringRef BaseDirectory, in ReadPath() function in ASTReader