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
1030 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function1034 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
471 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function474 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3742 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3745 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function3966 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function3969 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
518 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function523 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function2073 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function2077 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3288 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader