Home | History | Annotate | Download | only in Sema

Lines Matching defs:resultTy

1297                                 QualType &ResultTy) {
1338 ResultTy = ToType;
1441 QualType resultTy;
1444 S.ExtractUnqualifiedFunctionType(ToType), resultTy))
6153 /// operator. ResultTy and ParamTys are the result and parameter types
6160 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
6174 Candidate.BuiltinTypes.ResultTy = ResultTy;
7524 QualType ResultTy
7527 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
7539 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7542 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
7592 QualType ResultTy = S.Context.getLValueReferenceType(T);
7593 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
9432 QualType ResultTy;
9436 ResultTy)) {
10407 QualType ResultTy = FnDecl->getResultType();
10408 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10409 ResultTy = ResultTy.getNonLValueExprType(Context);
10420 ResultTy, VK, OpLoc, false);
10641 QualType ResultTy = FnDecl->getResultType();
10642 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10643 ResultTy = ResultTy.getNonLValueExprType(Context);
10654 Args, ResultTy, VK, OpLoc,
10848 QualType ResultTy = FnDecl->getResultType();
10849 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
10850 ResultTy = ResultTy.getNonLValueExprType(Context);
10866 ResultTy, VK, RLoc,
11396 QualType ResultTy = Method->getResultType();
11397 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11398 ResultTy = ResultTy.getNonLValueExprType(Context);
11403 ResultTy, VK, RParenLoc, false);
11581 QualType ResultTy = Method->getResultType();
11582 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11583 ResultTy = ResultTy.getNonLValueExprType(Context);
11586 Base, ResultTy, VK, OpLoc, false);
11650 QualType ResultTy = FD->getResultType();
11651 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11652 ResultTy = ResultTy.getNonLValueExprType(Context);
11657 ResultTy, VK, LitEndLoc, UDSuffixLoc);