Lines Matching defs:getCanonicalDecl
639 NamespaceDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function
640 const NamespaceDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
1237 const VarDecl *getCanonicalDecl() const { in getCanonicalDecl() function
2639 const FunctionDecl *getCanonicalDecl() const { in getCanonicalDecl() function
3254 FieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function
3255 const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
3303 EnumConstantDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function
3304 const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
3354 IndirectFieldDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function
3355 const IndirectFieldDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
3477 TypedefNameDecl *getCanonicalDecl() override { return getFirstDecl(); } in getCanonicalDecl() function
3478 const TypedefNameDecl *getCanonicalDecl() const { return getFirstDecl(); } in getCanonicalDecl() function
3649 const TagDecl *getCanonicalDecl() const { in getCanonicalDecl() function
3921 EnumDecl *getCanonicalDecl() override { in getCanonicalDecl() function
3924 const EnumDecl *getCanonicalDecl() const { in getCanonicalDecl() function