Searched refs:ResolveImportedPathAndAllocate (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1470 static std::string ResolveImportedPathAndAllocate(SmallString<0> &Buf, 1474 static std::string ResolveImportedPathAndAllocate(SmallString<0> &Buf,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2916 std::string ASTReader::ResolveImportedPathAndAllocate(SmallString<0> &Buf, in ResolveImportedPathAndAllocate() function in ASTReader 2919 return ResolveImportedPathAndAllocate(Buf, P, ModF.BaseDirectory); in ResolveImportedPathAndAllocate() 2922 std::string ASTReader::ResolveImportedPathAndAllocate(SmallString<0> &Buf, in ResolveImportedPathAndAllocate() function in ASTReader 3390 F.OriginalSourceFileName = ResolveImportedPathAndAllocate( in ReadControlBlock() 10082 return ResolveImportedPathAndAllocate(PathBuf, Filename, BaseDirectory); in ReadPath() 10089 return ResolveImportedPathAndAllocate(PathBuf, Filename, BaseDirectory); in ReadPathBlob()
|