Home | History | Annotate | Download | only in Sema

Lines Matching refs:PEnd

4447 bool Sema::CheckParmsForFunctionDef(ParmVarDecl **P, ParmVarDecl **PEnd,
4450 for (; P != PEnd; ++P) {