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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp657 auto DiagType = D.getSeverity() == llvm::DS_Error local
660 Diags.Report(Loc, DiagType) << MsgStream.str();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9187 unsigned DiagType = 0; local
9189 DiagType = 1;
9191 DiagType = 2;
9193 Diag(Call->getExprLoc(), diag::warn_pointer_abs) << DiagType << ArgType;
12365 } DiagType; local
12367 DiagType = AddressOf;
12369 DiagType = FunctionPointer;
12371 DiagType = ArrayPointer;
12374 Diag(E->getExprLoc(), DiagID) << DiagType << S.str() << E->getSourceRange()
H A DSemaDeclAttr.cpp1057 DiagnoseIfAttr::DiagnosticType DiagType;
1058 if (!DiagnoseIfAttr::ConvertStrToDiagnosticType(DiagTypeStr, DiagType)) {
1068 S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D)));
H A DSemaExpr.cpp7577 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr); local
7579 << NonPointerExpr->getType() << DiagType

Completed in 358 milliseconds