Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
225 decl_type *getMostRecentDecl() { in getMostRecentDecl() function230 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
999 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function1003 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
447 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function450 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3647 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3650 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function3867 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function3870 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
510 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function515 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function2039 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function2043 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3521 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader