reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
809 getRawCommentForAnyRedecl(const Decl *D,
550 const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl);
tools/clang/lib/Sema/SemaCodeComplete.cpp3534 if (auto *RC = Ctx.getRawCommentForAnyRedecl(ND)) 3545 return Ctx.getRawCommentForAnyRedecl(PDecl); 3563 if (auto *RC = Ctx.getRawCommentForAnyRedecl(M)) 3565 if (auto *RC = Ctx.getRawCommentForAnyRedecl(PDecl)) 3578 return Ctx.getRawCommentForAnyRedecl(FDecl->getParamDecl(ArgIndex));tools/clang/tools/libclang/CIndex.cpp
8223 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); 8236 const RawComment *RC = Context.getRawCommentForAnyRedecl(D); 8251 const RawComment *RC = Context.getRawCommentForAnyRedecl(D);