Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
158 decl_type *getMostRecentDecl() { in getMostRecentDecl() function163 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
331 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function334 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3058 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3061 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function3277 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function3280 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
844 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function848 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
666 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function671 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function1782 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function1786 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2903 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader