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

/external/clang/lib/Sema/
H A DSemaAccess.cpp754 const CXXRecordDecl *ECRecord = *I; local
758 if (ECRecord == NamingClass)
761 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
767 switch (IsDerivedFromInclusive(ECRecord, NamingClass)) {
787 // In this part of the code, 'C' is just our context class ECRecord.
815 // We know that ECRecord derives from NamingClass. The
817 // ECRecord, but that's not really necessary: two distinct
821 if (NamingClass == ECRecord) return AR_accessible;
835 switch (IsDerivedFromInclusive(InstanceContext, ECRecord)) {
1039 const CXXRecordDecl *ECRecord local
[all...]

Completed in 109 milliseconds