Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.cpp140 Reference::getRelativeFilePath(const StringRef &CurrentPath) const { in getRelativeFilePath() function in clang::doc::Reference
152 Info::getRelativeFilePath(const StringRef &CurrentPath) const { in getRelativeFilePath() function in clang::doc::Info
DMDGenerator.cpp119 llvm::SmallString<64> Path = R.getRelativeFilePath(CurrentPath); in writeNameLink()
190 llvm::SmallString<64> BasePath = I.getRelativeFilePath(""); in genMarkdown()
DRepresentation.h139 llvm::SmallString<64> getRelativeFilePath(const StringRef &CurrentPath) const;
272 llvm::SmallString<64> getRelativeFilePath(const StringRef &CurrentPath) const;
DHTMLGenerator.cpp317 llvm::SmallString<64> Path = Type.getRelativeFilePath(CurrentDirectory); in genReference()
733 llvm::SmallString<64> BasePath = I.getRelativeFilePath(""); in genHTML()
865 HTMLFile F = genInfoFile(InfoTitle, I->getRelativeFilePath(""), in generateDocForInfo()
907 J.attribute("Path", I.getRelativeFilePath("")); in SerializeIndex()
/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp297 getInfoOutputFile(OutDirectory, I->getRelativeFilePath(""), in main()