Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
223 decl_type *getMostRecentDecl() { in getMostRecentDecl() function228 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
1073 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function1077 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
500 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function503 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function4054 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function4057 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function4285 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function4288 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
539 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function544 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function2227 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function2231 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3569 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader