Lines Matching defs:Error
143 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error,
248 bool Error = false;
260 Error = true;
263 Error = true;
296 if (!Error)
374 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
378 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
448 void CodeGenModule::Error(SourceLocation loc, StringRef message) {
449 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0");
453 /// ErrorUnsupported - Print out an error that codegen doesn't support the
456 Error,
463 /// ErrorUnsupported - Print out an error that codegen doesn't support the
466 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error,