Searched refs:PathBuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 313 SmallString<256> PathBuf; in getOrCreateFileSystemEntry() local 314 auto FilenameForLookup = tryGetFilenameForLookup(OriginalFilename, PathBuf); in getOrCreateFileSystemEntry() 421 SmallString<256> PathBuf; in getRealPath() local 422 auto FilenameForLookup = tryGetFilenameForLookup(OriginalFilename, PathBuf); in getRealPath() 486 StringRef OriginalFilename, llvm::SmallVectorImpl<char> &PathBuf) const { in tryGetFilenameForLookup() 495 PathBuf.assign(WorkingDirForCacheLookup->begin(), in tryGetFilenameForLookup() 497 llvm::sys::path::append(PathBuf, RelFilename); in tryGetFilenameForLookup() 498 FilenameForLookup = StringRef{PathBuf.begin(), PathBuf.size()}; in tryGetFilenameForLookup()
|
| H A D | ModuleDepCollector.cpp | 24 SmallString<0> PathBuf; in forEachFileDep() local 25 PathBuf.reserve(256); in forEachFileDep() 28 ASTReader::ResolveImportedPath(PathBuf, FileDep, FileDepsBaseDir); in forEachFileDep() 806 SmallString<0> PathBuf; in handleTopLevelModule() local 807 PathBuf.reserve(256); in handleTopLevelModule() 813 PathBuf, IFI.UnresolvedImportedFilename, MF->BaseDirectory); in handleTopLevelModule() 823 PathBuf, IFI.UnresolvedImportedFilenameAsRequested, in handleTopLevelModule()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 520 llvm::SmallVectorImpl<char> &PathBuf) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2727 ResolveImportedPath(PathBuf, FI.UnresolvedImportedFilenameAsRequested, F); in getInputFile() 3127 PathBuf, FI.UnresolvedImportedFilenameAsRequested, F); in ReadControlBlock() 3391 PathBuf, F.ActualOriginalSourceFileName, F); in ReadControlBlock() 5748 SmallString<0> PathBuf; in readASTFileControlBlock() local 5749 PathBuf.reserve(256); in readASTFileControlBlock() 5838 auto Path = ResolveImportedPath(PathBuf, PathStr, ModuleDir); in readASTFileControlBlock() 5889 PathBuf, UnresolvedFilenameAsRequested, ModuleDir); in readASTFileControlBlock() 5939 auto Filename = ResolveImportedPath(PathBuf, FilenameStr, ModuleDir); in readASTFileControlBlock() 6201 auto Filename = ResolveImportedPath(PathBuf, Blob, F); in ReadSubmoduleBlock() 6230 auto HeaderName = ResolveImportedPath(PathBuf, Blob, F); in ReadSubmoduleBlock() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1436 SmallString<0> PathBuf; variable 1458 SmallString<0> &getPathBuf() { return PathBuf; } in getPathBuf()
|