Home
last modified time | relevance | path

Searched refs:getRawCommentForAnyRedecl (Results 1 – 4 of 4) 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/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/clang/lib/AST/
DASTContext.cpp333 const RawComment *ASTContext::getRawCommentForAnyRedecl( in getRawCommentForAnyRedecl() function in ASTContext
463 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl); in getCommentForDecl()