reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
877 virtual Decl *getCanonicalDecl() { return this; }
241 ObjCMethodDecl *getCanonicalDecl() override;
243 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp192 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();