Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h305 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp486 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath() function in FileManager
503 makeAbsolutePath(AbsPath); in fillRealPathName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1763 FileMgr.makeAbsolutePath(Dir); in loadSubdirectoryModuleMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp981 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()
1392 SM.getFileManager().makeAbsolutePath(OutputPath); in WriteControlBlock()