Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp3686 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) in getCompletionComment()
3697 return Ctx.getRawCommentForAnyRedecl(PDecl); in getCompletionComment()
3715 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) in getPatternCompletionComment()
3717 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in getPatternCompletionComment()
3730 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex)); in getParameterComment()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h852 getRawCommentForAnyRedecl(const Decl *D,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8677 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()
8690 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()
8705 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp386 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext
581 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()