Searched refs:computeRelativePath (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/assets/ |
D | index.js | 12 function computeRelativePath(FilePath, CurrentDirectory) { function 33 var Path = computeRelativePath(Ref.Path, CurrentDirectory);
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 174 static std::string computeRelativePath(StringRef From, StringRef To) { in computeRelativePath() function 214 Out << computeRelativePath(ArcName, Path); in writeStringTable()
|
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() function 508 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPLexerChange.cpp | 198 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() function 294 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | HTMLGenerator.cpp | 228 static SmallString<128> computeRelativePath(StringRef Destination, in computeRelativePath() function 276 SmallString<128> StylesheetPath = computeRelativePath("", InfoPath); in genStylesheetsHTML() 292 SmallString<128> ScriptPath = computeRelativePath("", InfoPath); in genJsScriptsHTML()
|