Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReturnType

1104                                      QualType &ReturnType, ExprValueKind &VK) {
1130 ReturnType = Context.UnknownAnyTy;
1132 ReturnType = Context.getObjCIdType();
1138 ReturnType = getMessageSendResultType(ReceiverType, Method, isClassMessage,
1936 QualType ReturnType;
1943 ReturnType, VK))
1954 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc,
1960 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc,
2269 QualType ReturnType;
2275 LBracLoc, RBracLoc, ReturnType, VK))
2367 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc,
2373 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc,