Searched defs:FieldBaseElementType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp1232 QualType FieldBaseElementType = Context.getBaseElementType(Field->getType()); local
1234 const RecordType *RT = FieldBaseElementType->getAs<RecordType>();
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3322 QualType FieldBaseElementType = local
3325 if (FieldBaseElementType->isRecordType()) {
3355 if (FieldBaseElementType->isReferenceType()) {
3365 if (FieldBaseElementType.isConstQualified()) {
3377 FieldBaseElementType->isObjCRetainableType() &&
3378 FieldBaseElementType.getObjCLifetime() != Qualifiers::OCL_None &&
3379 FieldBaseElementType.getObjCLifetime() != Qualifiers::OCL_ExplicitNone) {

Completed in 116 milliseconds