Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsError

1188   bool IsError = false;
1211 IsError = true;
1230 IsError = true;
1243 IsError |= Arg.isInvalid();
1261 IsError |= CheckObjCMethodCall(Method, lbrac, Args, NumArgs);
1263 return IsError;