Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumExprs

2475 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall,
2478 if (NumExprs == 0)
2484 return Instantiator.TransformExprs(Exprs, NumExprs, IsCall, Outputs);