Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h160 decl_type *getMostRecentDecl() { in getMostRecentDecl() function
165 const decl_type *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclBase.h806 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } in getMostRecentDecl() function
810 const Decl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDecl.h288 NamedDecl *getMostRecentDecl() { in getMostRecentDecl() function
291 const NamedDecl *getMostRecentDecl() const { in getMostRecentDecl() function
2954 EnumDecl *getMostRecentDecl() { in getMostRecentDecl() function
2957 const EnumDecl *getMostRecentDecl() const { in getMostRecentDecl() function
3173 RecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
3176 const RecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
H A DDeclTemplate.h548 static DeclType *getMostRecentDecl(EntryType *D) { in getMostRecentDecl() function
H A DDeclCXX.h666 CXXRecordDecl *getMostRecentDecl() { in getMostRecentDecl() function
671 const CXXRecordDecl *getMostRecentDecl() const { in getMostRecentDecl() function
1789 CXXMethodDecl *getMostRecentDecl() { in getMostRecentDecl() function
1793 const CXXMethodDecl *getMostRecentDecl() const { in getMostRecentDecl() function