Searched defs:getCanonicalDecl (Results 1 – 8 of 8) sorted by relevance
52 GlobalDecl getCanonicalDecl() const { in getCanonicalDecl() function
651 CXXRecordDecl *getCanonicalDecl() override { in getCanonicalDecl() function654 virtual const CXXRecordDecl *getCanonicalDecl() const { in getCanonicalDecl() function1782 CXXMethodDecl *getCanonicalDecl() override { in getCanonicalDecl() function1785 const CXXMethodDecl *getCanonicalDecl() const override { in getCanonicalDecl() function2327 const CXXConstructorDecl *getCanonicalDecl() const override { in getCanonicalDecl() function2330 CXXConstructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2711 NamespaceAliasDecl *getCanonicalDecl() override { in getCanonicalDecl() function2714 const NamespaceAliasDecl *getCanonicalDecl() const { in getCanonicalDecl() function2826 UsingShadowDecl *getCanonicalDecl() override { in getCanonicalDecl() function2829 const UsingShadowDecl *getCanonicalDecl() const { in getCanonicalDecl() function[all …]
454 NamespaceDecl *getCanonicalDecl() override { in getCanonicalDecl() function457 const NamespaceDecl *getCanonicalDecl() const { in getCanonicalDecl() function938 const VarDecl *getCanonicalDecl() const { in getCanonicalDecl() function2343 FieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2344 const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2385 EnumConstantDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2386 const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2537 TypedefNameDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2538 const TypedefNameDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2727 const TagDecl *getCanonicalDecl() const { in getCanonicalDecl() function[all …]
635 RedeclarableTemplateDecl *getCanonicalDecl() override { in getCanonicalDecl() function638 const RedeclarableTemplateDecl *getCanonicalDecl() const { in getCanonicalDecl() function
265 const ObjCMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function1359 ObjCInterfaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1360 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function1682 ObjCProtocolDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1683 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
710 virtual Decl *getCanonicalDecl() { return this; } in getCanonicalDecl() function711 const Decl *getCanonicalDecl() const { in getCanonicalDecl() function
1826 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in VarDecl2553 const FunctionDecl *FunctionDecl::getCanonicalDecl() const { in getCanonicalDecl() function in FunctionDecl2557 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in FunctionDecl3354 TagDecl *TagDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in TagDecl
772 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { in getCanonicalDecl() function in ObjCMethodDecl