Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResultTy

1336                                 QualType &ResultTy) {
1377 ResultTy = ToType;
1476 QualType resultTy;
1479 S.ExtractUnqualifiedFunctionType(ToType), resultTy))
6708 /// operator. ResultTy and ParamTys are the result and parameter types
6715 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
6729 Candidate.BuiltinTypes.ResultTy = ResultTy;
8068 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8071 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
8083 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8086 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
8136 QualType ResultTy = S.Context.getLValueReferenceType(T);
8137 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
10320 QualType ResultTy;
10324 ResultTy) ||
11355 QualType ResultTy = FnDecl->getReturnType();
11356 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11357 ResultTy = ResultTy.getNonLValueExprType(Context);
11362 ResultTy, VK, OpLoc, false);
11583 QualType ResultTy = FnDecl->getReturnType();
11584 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11585 ResultTy = ResultTy.getNonLValueExprType(Context);
11589 Args, ResultTy, VK, OpLoc,
11802 QualType ResultTy = FnDecl->getReturnType();
11803 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11804 ResultTy = ResultTy.getNonLValueExprType(Context);
11809 ResultTy, VK, RLoc,
12367 QualType ResultTy = Method->getReturnType();
12368 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12369 ResultTy = ResultTy.getNonLValueExprType(Context);
12374 ResultTy, VK, RParenLoc, false);
12550 QualType ResultTy = Method->getReturnType();
12551 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12552 ResultTy = ResultTy.getNonLValueExprType(Context);
12555 Base, ResultTy, VK, OpLoc, false);
12619 QualType ResultTy = FD->getReturnType();
12620 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12621 ResultTy = ResultTy.getNonLValueExprType(Context);
12626 ResultTy, VK, LitEndLoc, UDSuffixLoc);