Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResultTy

1328                                 QualType &ResultTy) {
1369 ResultTy = ToType;
1470 QualType resultTy;
1473 S.ExtractUnqualifiedFunctionType(ToType), resultTy))
6443 /// operator. ResultTy and ParamTys are the result and parameter types
6450 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
6464 Candidate.BuiltinTypes.ResultTy = ResultTy;
7814 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7817 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
7829 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7832 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
7882 QualType ResultTy = S.Context.getLValueReferenceType(T);
7883 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
9795 QualType ResultTy;
9799 ResultTy)) {
10790 QualType ResultTy = FnDecl->getReturnType();
10791 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10792 ResultTy = ResultTy.getNonLValueExprType(Context);
10797 ResultTy, VK, OpLoc, false);
11017 QualType ResultTy = FnDecl->getReturnType();
11018 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11019 ResultTy = ResultTy.getNonLValueExprType(Context);
11023 Args, ResultTy, VK, OpLoc,
11231 QualType ResultTy = FnDecl->getReturnType();
11232 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11233 ResultTy = ResultTy.getNonLValueExprType(Context);
11238 ResultTy, VK, RLoc,
11760 QualType ResultTy = Method->getReturnType();
11761 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11762 ResultTy = ResultTy.getNonLValueExprType(Context);
11767 ResultTy, VK, RParenLoc, false);
11943 QualType ResultTy = Method->getReturnType();
11944 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11945 ResultTy = ResultTy.getNonLValueExprType(Context);
11948 Base, ResultTy, VK, OpLoc, false);
12012 QualType ResultTy = FD->getReturnType();
12013 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12014 ResultTy = ResultTy.getNonLValueExprType(Context);
12019 ResultTy, VK, LitEndLoc, UDSuffixLoc);