Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
226 decl_type *getMostRecentDecl() { in getMostRecentDecl() function231 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
1065 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function1069 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
476 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function479 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3936 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3939 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function4167 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function4170 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
540 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function545 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function2170 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function2174 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3520 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader