Searched defs:getCanonicalDecl (Results 1 – 9 of 9) sorted by relevance
523 CXXRecordDecl *getCanonicalDecl() override { in getCanonicalDecl() function527 const CXXRecordDecl *getCanonicalDecl() const { in getCanonicalDecl() function2163 CXXMethodDecl *getCanonicalDecl() override { in getCanonicalDecl() function2166 const CXXMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function2784 CXXConstructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2787 const CXXConstructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function2847 CXXDestructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2850 const CXXDestructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function2917 CXXConversionDecl *getCanonicalDecl() override { in getCanonicalDecl() function2920 const CXXConversionDecl *getCanonicalDecl() const { in getCanonicalDecl() function[all …]
639 NamespaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function640 const NamespaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function1237 const VarDecl *getCanonicalDecl() const { in getCanonicalDecl() function2639 const FunctionDecl *getCanonicalDecl() const { in getCanonicalDecl() function3254 FieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function3255 const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function3303 EnumConstantDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function3304 const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function3354 IndirectFieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function3355 const IndirectFieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function[all …]
94 GlobalDecl getCanonicalDecl() const { in getCanonicalDecl() function
242 const ObjCMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function1913 ObjCInterfaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1914 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function1989 ObjCIvarDecl *getCanonicalDecl() override { in getCanonicalDecl() function1992 const ObjCIvarDecl *getCanonicalDecl() const { in getCanonicalDecl() function2294 ObjCProtocolDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2295 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
835 RedeclarableTemplateDecl *getCanonicalDecl() override { in getCanonicalDecl() function838 const RedeclarableTemplateDecl *getCanonicalDecl() const { in getCanonicalDecl() function
967 virtual Decl *getCanonicalDecl() { return this; } in getCanonicalDecl() function968 const Decl *getCanonicalDecl() const { in getCanonicalDecl() function
2239 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in VarDecl3609 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in FunctionDecl4718 TagDecl *TagDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in TagDecl
1012 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { in getCanonicalDecl() function in ObjCMethodDecl
1275 static const ValueDecl *getCanonicalDecl(const ValueDecl *D) { in getCanonicalDecl() function1292 static ValueDecl *getCanonicalDecl(ValueDecl *D) { in getCanonicalDecl() function