Home
last modified time | relevance | path

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

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