Lines Matching refs:SemaRef
66 ExprResult recreateBinOp(Sema &SemaRef, ExprResult LHS) const { in recreateBinOp() argument
67 return recreateBinOp(SemaRef, LHS, const_cast<Expr *>(getRHS())); in recreateBinOp()
70 ExprResult recreateBinOp(Sema &SemaRef, ExprResult LHS, in recreateBinOp() argument
80 return BinaryOperator::Create(SemaRef.Context, LHS.get(), RHS.get(), in recreateBinOp()
82 SemaRef.Context.BoolTy, VK_PRValue, in recreateBinOp()
152 Sema &SemaRef; member
154 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND, in SatisfactionStackRAII()
156 : SemaRef(SemaRef) { in SatisfactionStackRAII()
158 SemaRef.PushSatisfactionStackEntry(ND, FSNID); in SatisfactionStackRAII()
164 SemaRef.PopSatisfactionStackEntry(); in ~SatisfactionStackRAII()
688 AdjustConstraintDepth(Sema &SemaRef, unsigned TemplateDepth) in AdjustConstraintDepth() argument
689 : inherited(SemaRef), TemplateDepth(TemplateDepth) {} in AdjustConstraintDepth()