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 100 decl_type *getMostRecentDecl() {
105 const decl_type *getMostRecentDecl() const {
DeclBase.h 711 /// \brief Implementation of getMostRecentDecl(), to be overridden by any
777 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); }
781 const Decl *getMostRecentDecl() const {
    [all...]
DeclTemplate.h 540 return getMostRecentDecl();
547 static DeclType *getMostRecentDecl(EntryType *D) {
548 return D->getMostRecentDecl();
571 return SETraits::getMostRecentDecl(&*SetIter);
717 using redeclarable_base::getMostRecentDecl;
735 getMostRecentDecl(FunctionTemplateSpecializationInfo *I) {
736 return I->Function->getMostRecentDecl();
    [all...]
DeclCXX.h 647 const CXXRecordDecl *getMostRecentDecl() const {
648 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
650 CXXRecordDecl *getMostRecentDecl() {
651 return cast_or_null<CXXRecordDecl>(RecordDecl::getMostRecentDecl());
    [all...]

Completed in 192 milliseconds