Home
last modified time | relevance | path

Searched refs:getCompletionComment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeCompletionStrings.cpp81 const RawComment *RC = getCompletionComment(Ctx, &Decl); in getDeclComment()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1229 const RawComment *getCompletionComment(const ASTContext &Ctx,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3442 if (const RawComment *RC = getCompletionComment(Ctx, Declaration)) { in createCodeCompletionStringForDecl()
3647 const RawComment *clang::getCompletionComment(const ASTContext &Ctx, in getCompletionComment() function in clang