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
1041 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function1045 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
473 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function476 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3814 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3817 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function4044 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function4047 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
524 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function529 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function2087 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function2091 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3377 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader