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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h98 decl_type *getMostRecentDecl() { function in class:clang::Redeclarable
103 const decl_type *getMostRecentDecl() const { function in class:clang::Redeclarable
H A DDecl.h276 NamedDecl *getMostRecentDecl() { function in class:clang::NamedDecl
279 const NamedDecl *getMostRecentDecl() const { function in class:clang::NamedDecl
[all...]
H A DDeclBase.h796 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } function in class:clang::Decl
800 const Decl *getMostRecentDecl() const { function in class:clang::Decl
H A DDeclTemplate.h736 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) { function in struct:clang::TemplateParameterList::RedeclarableTemplateDecl::SpecEntryTraits
1451 ClassTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1693 ClassTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
1906 ClassTemplateDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::ClassTemplateDecl
1910 const ClassTemplateDecl *getMostRecentDecl() const { function in class:clang::TemplateParameterList::ClassTemplateDecl
2323 VarTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
2552 VarTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::TemplateParameterList::VarTemplatePartialSpecializationDecl
[all...]
H A DDeclCXX.h649 CXXRecordDecl *getMostRecentDecl() { function in class:clang::CXXRecordDecl
654 const CXXRecordDecl *getMostRecentDecl() const { function in class:clang::CXXRecordDecl
1713 CXXMethodDecl *getMostRecentDecl() { function in class:clang::CXXMethodDecl
1717 const CXXMethodDecl *getMostRecentDecl() const { function in class:clang::CXXMethodDecl
[all...]

Completed in 184 milliseconds