Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumExprs

2669 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall,
2672 if (NumExprs == 0)
2678 return Instantiator.TransformExprs(Exprs, NumExprs, IsCall, Outputs);