Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h326 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp509 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath() function in FileManager
526 makeAbsolutePath(AbsPath); in fillRealPathName()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp775 CI.getFileManager().makeAbsolutePath(Storage); in makeAbsoluteAndPreferred()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp2020 FileMgr.makeAbsolutePath(Dir); in loadSubdirectoryModuleMaps()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1123 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()