reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
  809   getRawCommentForAnyRedecl(const Decl *D,

References

tools/clang/lib/AST/ASTContext.cpp
  550   const RawComment *RC = getRawCommentForAnyRedecl(D, &OriginalDecl);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3534   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);