Searched refs:makeAbsolutePath (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h415 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp438 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { function in class:FileManager
455 makeAbsolutePath(AbsPath);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1743 FileMgr.makeAbsolutePath(Dir);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp980 bool Changed = FileMgr.makeAbsolutePath(Path);
1391 SM.getFileManager().makeAbsolutePath(OutputPath);

Completed in 129 milliseconds