Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h326 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/src/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()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp264 SM.getFileManager().makeAbsolutePath(MainFile); in EndOfMainFile()
/src/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp417 getSourceMgr().getFileManager().makeAbsolutePath(Path); in overwriteChangedFiles()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp775 CI.getFileManager().makeAbsolutePath(Storage); in makeAbsoluteAndPreferred()
/src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp2020 FileMgr.makeAbsolutePath(Dir); in loadSubdirectoryModuleMaps()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1123 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()