HomeSort by relevance Sort by last modified time
    Searched defs:getMostRecentDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Redeclarable.h 101 decl_type *getMostRecentDecl() {
106 const decl_type *getMostRecentDecl() const {
DeclTemplate.h 494 return getMostRecentDecl();
501 static DeclType *getMostRecentDecl(EntryType *D) {
502 return D->getMostRecentDecl();
524 return SETraits::getMostRecentDecl(&*SetIter);
670 using redeclarable_base::getMostRecentDecl;
692 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) {
693 return I->Function->getMostRecentDecl();
    [all...]
DeclBase.h 683 /// \brief Implementation of getMostRecentDecl(), to be overridden by any
749 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
753 const Decl *getMostRecentDecl() const {
    [all...]
DeclCXX.h 690 const CXXRecordDecl *getMostRecentDecl() const {
691 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
693 CXXRecordDecl *getMostRecentDecl() {
694 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
    [all...]

Completed in 35 milliseconds