Searched defs:compositeType (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp5766 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS,
5770 if (!compositeType.isNull())
5771 return compositeType;
5857 QualType compositeType = LHSTy; local
5873 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
5875 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy;
5883 compositeType = Context.getObjCIdType();
5885 compositeType = Context.getObjCIdType();
5886 } else if (!(compositeType =
5899 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCas
[all...]

Completed in 49 milliseconds