Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResultTy

1206                                 QualType &ResultTy) {
1247 ResultTy = ToType;
1350 QualType resultTy;
1353 S.ExtractUnqualifiedFunctionType(ToType), resultTy))
5928 /// operator. ResultTy and ParamTys are the result and parameter types
5935 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
5949 Candidate.BuiltinTypes.ResultTy = ResultTy;
7215 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7218 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, 2, CandidateSet);
7230 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7233 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, 2, CandidateSet);
7283 QualType ResultTy = S.Context.getLValueReferenceType(T);
7284 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, 2, CandidateSet);
8873 QualType ResultTy;
8877 ResultTy)) {
9812 QualType ResultTy = FnDecl->getResultType();
9813 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
9814 ResultTy = ResultTy.getNonLValueExprType(Context);
9825 Args, NumArgs, ResultTy, VK, OpLoc);
10053 QualType ResultTy = FnDecl->getResultType();
10054 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10055 ResultTy = ResultTy.getNonLValueExprType(Context);
10065 Args, 2, ResultTy, VK, OpLoc);
10257 QualType ResultTy = FnDecl->getResultType();
10258 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10259 ResultTy = ResultTy.getNonLValueExprType(Context);
10274 ResultTy, VK, RLoc);
10794 QualType ResultTy = Method->getResultType();
10795 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10796 ResultTy = ResultTy.getNonLValueExprType(Context);
10801 ResultTy, VK, RParenLoc);
10970 QualType ResultTy = Method->getResultType();
10971 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10972 ResultTy = ResultTy.getNonLValueExprType(Context);
10975 &Base, 1, ResultTy, VK, OpLoc);
11041 QualType ResultTy = FD->getResultType();
11042 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11043 ResultTy = ResultTy.getNonLValueExprType(Context);
11047 ResultTy, VK, LitEndLoc, UDSuffixLoc);