Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
166 decl_type *getMostRecentDecl() { in getMostRecentDecl() function171 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
401 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function404 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function3075 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function3078 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function3298 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function3301 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
858 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function862 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
669 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function674 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function1811 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function1815 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3018 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { in getMostRecentDecl() function in ASTDeclReader