Home
last modified time | relevance | path

Searched defs:getMostRecentDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DRedeclarable.h100 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
105 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
DDeclBase.h777 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
781 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
DDeclTemplate.h547 static DeclType *getMostRecentDecl(EntryType *D) { in getMostRecentDecl() function
DDecl.h2768 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2771 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
2975 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2978 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
DDeclCXX.h647 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
650 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function