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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2720   getObjCMethodRedeclaration(const ObjCMethodDecl *MD) const;

References

tools/clang/lib/AST/ASTContext.cpp
 2639   assert(!getObjCMethodRedeclaration(MD) && "MD already has a redeclaration");
tools/clang/lib/AST/DeclObjC.cpp
  909     Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this));
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  683     assert(Context.getObjCMethodRedeclaration(D));
  684     Record.AddDeclRef(Context.getObjCMethodRedeclaration(D));