Lines Matching defs:emitError
60 AliasScopeAttr::verify(function_ref<InFlightDiagnostic()> emitError,
66 return emitError()
176 return parser.emitError(parser.getCurrentLocation())
188 return parser.emitError(parser.getCurrentLocation())
286 ConstantRangeAttr::verify(llvm::function_ref<InFlightDiagnostic()> emitError,
289 return emitError()
308 TargetFeaturesAttr::getChecked(function_ref<InFlightDiagnostic()> emitError,
311 return Base::getChecked(emitError, context,
326 TargetFeaturesAttr::getChecked(function_ref<InFlightDiagnostic()> emitError,
332 return getChecked(emitError, context, featuresRef);
336 TargetFeaturesAttr::verify(function_ref<InFlightDiagnostic()> emitError,
340 return emitError() << "target features can not be null or empty";
343 return emitError() << "target features must start with '+' or '-'";
345 return emitError() << "target features can not contain ','";