Lines Matching refs:ResultTy

1388                                 QualType &ResultTy) {
1429 ResultTy = ToType;
6754 /// operator. ResultTy and ParamTys are the result and parameter types
6761 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
6775 Candidate.BuiltinTypes.ResultTy = ResultTy;
8116 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8119 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
8131 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8134 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
8184 QualType ResultTy = S.Context.getLValueReferenceType(T);
8185 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
11602 QualType ResultTy = FnDecl->getReturnType();
11603 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11604 ResultTy = ResultTy.getNonLValueExprType(Context);
11609 ResultTy, VK, OpLoc, false);
11830 QualType ResultTy = FnDecl->getReturnType();
11831 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11832 ResultTy = ResultTy.getNonLValueExprType(Context);
11836 Args, ResultTy, VK, OpLoc,
12049 QualType ResultTy = FnDecl->getReturnType();
12050 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12051 ResultTy = ResultTy.getNonLValueExprType(Context);
12056 ResultTy, VK, RLoc,
12624 QualType ResultTy = Method->getReturnType();
12625 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12626 ResultTy = ResultTy.getNonLValueExprType(Context);
12631 ResultTy, VK, RParenLoc, false);
12807 QualType ResultTy = Method->getReturnType();
12808 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12809 ResultTy = ResultTy.getNonLValueExprType(Context);
12812 Base, ResultTy, VK, OpLoc, false);
12876 QualType ResultTy = FD->getReturnType();
12877 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12878 ResultTy = ResultTy.getNonLValueExprType(Context);
12883 ResultTy, VK, LitEndLoc, UDSuffixLoc);