Lines Matching defs:SemaRef
68 ExprResult recreateBinOp(Sema &SemaRef, ExprResult LHS) const {
69 return recreateBinOp(SemaRef, LHS, const_cast<Expr *>(getRHS()));
72 ExprResult recreateBinOp(Sema &SemaRef, ExprResult LHS,
82 return BinaryOperator::Create(SemaRef.Context, LHS.get(), RHS.get(),
84 SemaRef.Context.BoolTy, VK_PRValue,
162 Sema &SemaRef;
164 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND,
166 : SemaRef(SemaRef) {
168 SemaRef.PushSatisfactionStackEntry(ND, FSNID);
174 SemaRef.PopSatisfactionStackEntry();
738 SemaRef.collectUnexpandedParameterPacks(
928 AdjustConstraintDepth(Sema &SemaRef, unsigned TemplateDepth)
929 : inherited(SemaRef), TemplateDepth(TemplateDepth) {}