Searched defs:getCanonicalDecl (Results 1 – 10 of 10) sorted by relevance
493 CXXRecordDecl *getCanonicalDecl() override { in getCanonicalDecl() function497 const CXXRecordDecl *getCanonicalDecl() const { in getCanonicalDecl() function2032 CXXMethodDecl *getCanonicalDecl() override { in getCanonicalDecl() function2035 const CXXMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function2644 CXXConstructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2647 const CXXConstructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function2708 CXXDestructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2711 const CXXDestructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function2776 CXXConversionDecl *getCanonicalDecl() override { in getCanonicalDecl() function2779 const CXXConversionDecl *getCanonicalDecl() const { in getCanonicalDecl() function[all …]
618 NamespaceDecl *getCanonicalDecl() override { in getCanonicalDecl() function621 const NamespaceDecl *getCanonicalDecl() const { in getCanonicalDecl() function1178 const VarDecl *getCanonicalDecl() const { in getCanonicalDecl() function2445 const FunctionDecl *getCanonicalDecl() const { in getCanonicalDecl() function2999 FieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function3000 const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function3040 EnumConstantDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function3041 const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function3090 IndirectFieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function3091 const IndirectFieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function[all …]
93 GlobalDecl getCanonicalDecl() const { in getCanonicalDecl() function
860 RedeclarableTemplateDecl *getCanonicalDecl() override { in getCanonicalDecl() function863 const RedeclarableTemplateDecl *getCanonicalDecl() const { in getCanonicalDecl() function
901 virtual Decl *getCanonicalDecl() { return this; } in getCanonicalDecl() function902 const Decl *getCanonicalDecl() const { in getCanonicalDecl() function
245 const ObjCMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function1891 ObjCInterfaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1892 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2234 ObjCProtocolDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2235 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
301 static const Decl *getCanonicalDecl(const Decl *D) { in getCanonicalDecl() function
2125 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in VarDecl3271 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in FunctionDecl4274 TagDecl *TagDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in TagDecl
961 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { in getCanonicalDecl() function in ObjCMethodDecl
1129 static const ValueDecl *getCanonicalDecl(const ValueDecl *D) { in getCanonicalDecl() function1146 static ValueDecl *getCanonicalDecl(ValueDecl *D) { in getCanonicalDecl() function