Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResultType

400   QualType resultType = result.get()->getType();
428 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
712 QualType resultType = Getter->getResultType();
713 if (!resultType->isLValueReferenceType()) return false;
948 QualType ResultType;
951 ResultType = PTy->getPointeeType();
953 ResultType->getAsObjCQualifiedInterfaceType())
954 ResultType = iQFaceTy->getBaseType();
962 if (ResultType.isNull()) {
984 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1055 QualType ResultType;
1058 ResultType = PTy->getPointeeType();
1060 ResultType->getAsObjCQualifiedInterfaceType())
1061 ResultType = iQFaceTy->getBaseType();
1070 if (ResultType.isNull()) {
1093 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType,