Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DCommentTextTest.cpp47 return Comment.getFormattedText(SourceMgr, Diags); in formatComment()
/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h139 std::string getFormattedText(const SourceManager &SourceMgr,
/external/llvm-project/clang-tools-extra/clangd/
DCodeCompletionStrings.cpp89 RC->getFormattedText(Ctx.getSourceManager(), Ctx.getDiagnostics()); in getDeclComment()
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp359 std::string RawComment::getFormattedText(const SourceManager &SourceMgr, in getFormattedText() function in RawComment