Home
last modified time | relevance | path

Searched refs:DiagType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp645 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() local
648 Diags.Report(Loc, DiagType) << MsgStream.str(); in UnsupportedDiagHandler()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp9670 unsigned DiagType = 0; in CheckAbsoluteValueFunction() local
9672 DiagType = 1; in CheckAbsoluteValueFunction()
9674 DiagType = 2; in CheckAbsoluteValueFunction()
9676 Diag(Call->getExprLoc(), diag::warn_pointer_abs) << DiagType << ArgType; in CheckAbsoluteValueFunction()
13103 } DiagType; in DiagnoseAlwaysNonNullPointer() local
13105 DiagType = AddressOf; in DiagnoseAlwaysNonNullPointer()
13107 DiagType = FunctionPointer; in DiagnoseAlwaysNonNullPointer()
13109 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()
13112 Diag(E->getExprLoc(), DiagID) << DiagType << S.str() << E->getSourceRange() in DiagnoseAlwaysNonNullPointer()
H A DSemaDeclAttr.cpp1007 DiagnoseIfAttr::DiagnosticType DiagType; in handleDiagnoseIfAttr() local
1008 if (!DiagnoseIfAttr::ConvertStrToDiagnosticType(DiagTypeStr, DiagType)) { in handleDiagnoseIfAttr()
1018 S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D))); in handleDiagnoseIfAttr()
H A DSemaExpr.cpp7750 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr); in DiagnoseConditionalForNull() local
7752 << NonPointerExpr->getType() << DiagType in DiagnoseConditionalForNull()