Home | History | Annotate | Download | only in Sema

Lines Matching refs:getResultType

222   if (!Method->getResultType()->isObjCObjectPointerType()) {
226 << Method->getResultType();
636 if (!ArrayWithObjectsMethod->getResultType()->isObjCObjectPointerType()) {
641 << ArrayWithObjectsMethod->getResultType();
776 if (!DictionaryWithObjectsMethod->getResultType()->isObjCObjectPointerType()){
781 << DictionaryWithObjectsMethod->getResultType();
1085 if (Context.hasSameUnqualifiedType(Method->getResultType()
1090 if (!Context.hasSameUnqualifiedType(Method->getResultType(),
1140 VK = Expr::getValueKindForType(Method->getResultType());
1946 if (Method && !Method->getResultType()->isVoidType() &&
1947 RequireCompleteType(LBracLoc, Method->getResultType(),
2278 if (Method && !Method->getResultType()->isVoidType() &&
2279 RequireCompleteType(LBracLoc, Method->getResultType(),
2636 if (!isCFType(fn->getResultType()))
2687 if (!isAnyRetainable(TargetClass) || !isCFType(method->getResultType()))