Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsError

1154   bool IsError = false;
1181 IsError = true;
1193 IsError |= Arg.isInvalid();
1211 IsError |= CheckObjCMethodCall(Method, lbrac, Args, NumArgs);
1213 return IsError;