Searched refs:ECRecord (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAccess.cpp745 const CXXRecordDecl *ECRecord = *I; local
749 if (ECRecord == NamingClass)
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
758 switch (IsDerivedFromInclusive(ECRecord, NamingClass)) {
778 // In this part of the code, 'C' is just our context class ECRecord.
806 // We know that ECRecord derives from NamingClass. The
808 // ECRecord, but that's not really necessary: two distinct
812 if (NamingClass == ECRecord) return AR_accessible;
826 switch (IsDerivedFromInclusive(InstanceContext, ECRecord)) {
1030 const CXXRecordDecl *ECRecord local
[all...]

Completed in 52 milliseconds