Searched defs:getCanonicalDecl (Results 1 – 10 of 10) sorted by relevance
654 CXXRecordDecl *getCanonicalDecl() override { in getCanonicalDecl() function657 const CXXRecordDecl *getCanonicalDecl() const { in getCanonicalDecl() function1804 CXXMethodDecl *getCanonicalDecl() override { in getCanonicalDecl() function1807 const CXXMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function2388 CXXConstructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2391 const CXXConstructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function2771 NamespaceAliasDecl *getCanonicalDecl() override { in getCanonicalDecl() function2774 const NamespaceAliasDecl *getCanonicalDecl() const { in getCanonicalDecl() function2880 UsingShadowDecl *getCanonicalDecl() override { in getCanonicalDecl() function2883 const UsingShadowDecl *getCanonicalDecl() const { in getCanonicalDecl() function[all …]
557 NamespaceDecl *getCanonicalDecl() override { in getCanonicalDecl() function560 const NamespaceDecl *getCanonicalDecl() const { in getCanonicalDecl() function1064 const VarDecl *getCanonicalDecl() const { in getCanonicalDecl() function1982 const FunctionDecl *getCanonicalDecl() const { in getCanonicalDecl() function2466 FieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2467 const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2508 EnumConstantDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2509 const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2558 IndirectFieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2559 const IndirectFieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function[all …]
54 GlobalDecl getCanonicalDecl() const { in getCanonicalDecl() function
723 RedeclarableTemplateDecl *getCanonicalDecl() override { in getCanonicalDecl() function726 const RedeclarableTemplateDecl *getCanonicalDecl() const { in getCanonicalDecl() function
265 const ObjCMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function1815 ObjCInterfaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1816 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2137 ObjCProtocolDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2138 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
762 virtual Decl *getCanonicalDecl() { return this; } in getCanonicalDecl() function763 const Decl *getCanonicalDecl() const { in getCanonicalDecl() function
220 static const Decl *getCanonicalDecl(const Decl *D) { in getCanonicalDecl() function
1908 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in VarDecl2676 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in FunctionDecl3532 TagDecl *TagDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in TagDecl
883 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { in getCanonicalDecl() function in ObjCMethodDecl
393 static ValueDecl *getCanonicalDecl(ValueDecl *D) { in getCanonicalDecl() function