Searched defs:getMostRecentDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DRedeclarable.h100 decl_type *getMostRecentDecl() { function in class:clang::Redeclarable
105 const decl_type *getMostRecentDecl() const { function in class:clang::Redeclarable
H A DDeclBase.h684 /// \brief Implementation of getMostRecentDecl(), to be overridden by any
750 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } function in class:clang::Decl
754 const Decl *getMostRecentDecl() const { function in class:clang::Decl
H A DDeclTemplate.h510 return getMostRecentDecl();
517 static DeclType *getMostRecentDecl(EntryType *D) {
518 return D->getMostRecentDecl();
541 return SETraits::getMostRecentDecl(&*SetIter);
687 using redeclarable_base::getMostRecentDecl;
709 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) { function in struct:clang::TemplateParameterList::RedeclarableTemplateDecl::SpecEntryTraits
710 return I->Function->getMostRecentDecl();
1420 ClassTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1422 = cast<CXXRecordDecl>(CXXRecordDecl::getMostRecentDecl());
1666 ClassTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
[all...]
H A DDeclCXX.h689 const CXXRecordDecl *getMostRecentDecl() const { function in class:clang::CXXRecordDecl
690 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
692 CXXRecordDecl *getMostRecentDecl() { function in class:clang::CXXRecordDecl
693 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());

Completed in 1128 milliseconds