Searched defs:getPreviousDecl (Results 1 – 5 of 5) sorted by relevance
66 decl_type *getPreviousDecl() { in getPreviousDecl() function71 const decl_type *getPreviousDecl() const { in getPreviousDecl() function
767 Decl *getPreviousDecl() { return getPreviousDeclImpl(); } in getPreviousDecl() function771 const Decl *getPreviousDecl() const { in getPreviousDecl() function
2761 const EnumDecl *getPreviousDecl() const { in getPreviousDecl() function2764 EnumDecl *getPreviousDecl() { in getPreviousDecl() function2968 const RecordDecl *getPreviousDecl() const { in getPreviousDecl() function2971 RecordDecl *getPreviousDecl() { in getPreviousDecl() function
640 const CXXRecordDecl *getPreviousDecl() const { in getPreviousDecl() function643 CXXRecordDecl *getPreviousDecl() { in getPreviousDecl() function
581 static const Decl *getPreviousDecl(const Decl *D) { in getPreviousDecl() function