Lines Matching defs:SemaRef
70 ExprResult recreateBinOp(Sema &SemaRef, ExprResult LHS) const {
71 return recreateBinOp(SemaRef, LHS, const_cast<Expr *>(getRHS()));
74 ExprResult recreateBinOp(Sema &SemaRef, ExprResult LHS,
84 return BinaryOperator::Create(SemaRef.Context, LHS.get(), RHS.get(),
86 SemaRef.Context.BoolTy, VK_PRValue,
164 Sema &SemaRef;
166 SatisfactionStackRAII(Sema &SemaRef, const NamedDecl *ND,
168 : SemaRef(SemaRef) {
170 SemaRef.PushSatisfactionStackEntry(ND, FSNID);
176 SemaRef.PopSatisfactionStackEntry();
921 AdjustConstraintDepth(Sema &SemaRef, unsigned TemplateDepth)
922 : inherited(SemaRef), TemplateDepth(TemplateDepth) {}