Home | History | Annotate | Download | only in Sema

Lines Matching full:resultty

939                                 QualType &ResultTy) {
980 ResultTy = ToType;
1078 QualType resultTy;
1081 S.ExtractUnqualifiedFunctionType(ToType), resultTy))
4796 /// operator. ResultTy and ParamTys are the result and parameter types
4803 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
4818 Candidate.BuiltinTypes.ResultTy = ResultTy;
6085 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
6088 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, 2, CandidateSet);
6100 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
6103 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, 2, CandidateSet);
6153 QualType ResultTy = S.Context.getLValueReferenceType(T);
6154 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, 2, CandidateSet);
7729 QualType ResultTy;
7733 ResultTy)) {
8540 QualType ResultTy = FnDecl->getResultType();
8541 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
8542 ResultTy = ResultTy.getNonLValueExprType(Context);
8552 Args, NumArgs, ResultTy, VK, OpLoc);
8805 QualType ResultTy = FnDecl->getResultType();
8806 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
8807 ResultTy = ResultTy.getNonLValueExprType(Context);
8816 Args, 2, ResultTy, VK, OpLoc);
8997 QualType ResultTy = FnDecl->getResultType();
8998 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
8999 ResultTy = ResultTy.getNonLValueExprType(Context);
9012 ResultTy, VK, RLoc);
9496 QualType ResultTy = Method->getResultType();
9497 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
9498 ResultTy = ResultTy.getNonLValueExprType(Context);
9503 ResultTy, VK, RParenLoc);
9671 QualType ResultTy = Method->getResultType();
9672 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
9673 ResultTy = ResultTy.getNonLValueExprType(Context);
9676 &Base, 1, ResultTy, VK, OpLoc);