Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp2621 Ctx.getRawCommentForAnyRedecl(M)) { in CreateCodeCompletionString()
2626 Ctx.getRawCommentForAnyRedecl(PDecl)) { in CreateCodeCompletionString()
2690 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(ND)) { in CreateCodeCompletionString()
2696 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in CreateCodeCompletionString()
2979 if (auto RC = S.getASTContext().getRawCommentForAnyRedecl( in CreateSignatureString()
/external/clang/include/clang/AST/
DASTContext.h708 getRawCommentForAnyRedecl(const Decl *D,
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3590 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) in getCompletionComment()
3601 return Ctx.getRawCommentForAnyRedecl(PDecl); in getCompletionComment()
3619 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) in getPatternCompletionComment()
3621 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) in getPatternCompletionComment()
3634 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex)); in getParameterComment()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h761 getRawCommentForAnyRedecl(const Decl *D,
/external/clang/tools/libclang/
DCIndex.cpp7295 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()
7308 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()
7323 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8332 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getCommentRange()
8345 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getRawCommentText()
8360 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); in clang_Cursor_getBriefCommentText()
/external/clang/lib/AST/
DASTContext.cpp333 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext
463 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp377 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext
572 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()