Home
last modified time | relevance | path

Searched refs:PathBuf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp313 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 DModuleDepCollector.cpp24 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 DDependencyScanningFilesystem.h520 llvm::SmallVectorImpl<char> &PathBuf) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2727 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 DASTReader.h1436 SmallString<0> PathBuf; variable
1458 SmallString<0> &getPathBuf() { return PathBuf; } in getPathBuf()