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

Overrides

tools/clang/include/clang/AST/DeclBase.h
  877   virtual Decl *getCanonicalDecl() { return this; }

Declarations

tools/clang/include/clang/AST/DeclObjC.h
  241   ObjCMethodDecl *getCanonicalDecl() override;

References

tools/clang/include/clang/AST/DeclObjC.h
  243     return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  192       if (SetterMethod && SetterMethod->getCanonicalDecl() == MD)
  195       if (GetterMethod && GetterMethod->getCanonicalDecl() == MD)
tools/lldb/source/Symbol/ClangASTContext.cpp
 4678                 method_iter->getCanonicalDecl();
 4708                   method_iter->getCanonicalDecl();