Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance
226 decl_type *getMostRecentDecl() { getMostRecentDecl() function 231 const decl_type *getMostRecentDecl() const { getMostRecentDecl() function
1062 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } getMostRecentDecl() function 1066 const Decl *getMostRecentDecl() const { getMostRecentDecl() function
476 NamedDecl *getMostRecentDecl() { getMostRecentDecl() function 479 const NamedDecl *getMostRecentDecl() const { getMostRecentDecl() function 3975 EnumDecl *getMostRecentDecl() { getMostRecentDecl() function 3978 const EnumDecl *getMostRecentDecl() const { getMostRecentDecl() function 4206 RecordDecl *getMostRecentDecl() { getMostRecentDecl() function 4209 const RecordDecl *getMostRecentDecl() const { getMostRecentDecl() function [all...]
540 CXXRecordDecl *getMostRecentDecl() { getMostRecentDecl() function 545 const CXXRecordDecl *getMostRecentDecl() const { getMostRecentDecl() function 2163 CXXMethodDecl *getMostRecentDecl() { getMostRecentDecl() function 2167 const CXXMethodDecl *getMostRecentDecl() const { getMostRecentDecl() function [all...]
3545 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { getMostRecentDecl() function in ASTDeclReader