Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3651 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) in getCompletionComment()
3662 return Ctx.getRawCommentForAnyRedecl(PDecl); in getCompletionComment()
3680 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) in getPatternCompletionComment()
3682 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in getPatternCompletionComment()
3695 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex)); in getParameterComment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h881 getRawCommentForAnyRedecl(const Decl *D,
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8641 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()
8654 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()
8669 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp384 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext
579 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()