Searched refs:diagID (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DTextPathDiagnostics.cpp66 unsigned diagID = local
69 Diag.Report((*I)->getLocation().asLocation(), diagID);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp689 unsigned diagID local
692 Diags.Report(loc, diagID) << range;
709 unsigned diagID local
712 Diags.Report(loc, diagID) << range;
728 unsigned diagID local
731 Diags.Report(loc, diagID) << range;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1085 unsigned diagID = Diags.getCustomDiagID(DiagnosticsEngine::Warning,
1087 Diags.Report(Msg->getExprLoc(), diagID) << OrigTy << FinalTy
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp61 unsigned diagID = 0; local
64 diagID = diag::warn_pointer_attribute_wrong_type;
69 diagID = diag::warn_objc_object_attribute_wrong_type;
75 diagID = diag::warn_function_attribute_wrong_type;
91 S.Diag(loc, diagID) << name << type;
2644 unsigned diagID = diag::err_func_returning_array_function; local
2649 diagID = diag::err_block_returning_array_function;
2650 S.Diag(DeclType.Loc, diagID) << T->isFunctionType() << T;
H A DSemaExpr.cpp12192 unsigned diagID = diag::err_func_returning_array_function; local
12194 diagID = diag::err_block_returning_array_function;
12196 S.Diag(E->getExprLoc(), diagID)
12399 unsigned diagID = diag::err_uncasted_use_of_unknown_any; local
12404 diagID = diag::err_uncasted_call_of_unknown_any;
12419 diagID = diag::err_uncasted_call_of_unknown_any;
12434 S.Diag(loc, diagID) << d << orig->getSourceRange();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp257 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, error); local
258 getDiags().Report(Context.getFullLoc(loc), diagID);

Completed in 276 milliseconds