Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumExprs

2600 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall,
2603 if (NumExprs == 0)
2609 return Instantiator.TransformExprs(Exprs, NumExprs, IsCall, Outputs);