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
328 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function331 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3007 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3010 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function3226 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function3229 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
807 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function811 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
666 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function671 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function1788 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function1792 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2822 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader