Searched defs:getCanonicalDecl (Results 1 – 8 of 8) sorted by relevance
651 CXXRecordDecl *getCanonicalDecl() override { in getCanonicalDecl() function654 const CXXRecordDecl *getCanonicalDecl() const { in getCanonicalDecl() function1775 CXXMethodDecl *getCanonicalDecl() override { in getCanonicalDecl() function1778 const CXXMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function2323 CXXConstructorDecl *getCanonicalDecl() override { in getCanonicalDecl() function2326 const CXXConstructorDecl *getCanonicalDecl() const { in getCanonicalDecl() function2705 NamespaceAliasDecl *getCanonicalDecl() override { in getCanonicalDecl() function2708 const NamespaceAliasDecl *getCanonicalDecl() const { in getCanonicalDecl() function2820 UsingShadowDecl *getCanonicalDecl() override { in getCanonicalDecl() function2823 const UsingShadowDecl *getCanonicalDecl() const { in getCanonicalDecl() function[all …]
52 GlobalDecl getCanonicalDecl() const { in getCanonicalDecl() function
497 NamespaceDecl *getCanonicalDecl() override { in getCanonicalDecl() function500 const NamespaceDecl *getCanonicalDecl() const { in getCanonicalDecl() function991 const VarDecl *getCanonicalDecl() const { in getCanonicalDecl() function1946 const FunctionDecl *getCanonicalDecl() const { in getCanonicalDecl() function2447 FieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2448 const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2489 EnumConstantDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2490 const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function2541 IndirectFieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function2542 const IndirectFieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function[all …]
718 RedeclarableTemplateDecl *getCanonicalDecl() override { in getCanonicalDecl() function721 const RedeclarableTemplateDecl *getCanonicalDecl() const { in getCanonicalDecl() function
265 const ObjCMethodDecl *getCanonicalDecl() const { in getCanonicalDecl() function1573 ObjCInterfaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1574 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function1895 ObjCProtocolDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function1896 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
748 virtual Decl *getCanonicalDecl() { return this; } in getCanonicalDecl() function749 const Decl *getCanonicalDecl() const { in getCanonicalDecl() function
1905 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in VarDecl2600 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in FunctionDecl3421 TagDecl *TagDecl::getCanonicalDecl() { return getFirstDecl(); } in getCanonicalDecl() function in TagDecl
851 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { in getCanonicalDecl() function in ObjCMethodDecl