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

/external/clang/include/clang/AST/
H A DASTContext.h525 const RawComment *getRawCommentForAnyRedecl(
/external/clang/tools/libclang/
H A DCIndex.cpp5760 const RawComment *RC = Context.getRawCommentForAnyRedecl(D);
5773 const RawComment *RC = Context.getRawCommentForAnyRedecl(D);
5788 const RawComment *RC = Context.getRawCommentForAnyRedecl(D);
/external/clang/lib/AST/
H A DASTContext.cpp285 const RawComment *ASTContext::getRawCommentForAnyRedecl( function in class:ASTContext
367 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2549 if (const RawComment *RC = Ctx.getRawCommentForAnyRedecl(ND)) {

Completed in 135 milliseconds