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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9312 unsigned DiagType = 0; local
9314 DiagType = 1;
9316 DiagType = 2;
9318 Diag(Call->getExprLoc(), diag::warn_pointer_abs) << DiagType << ArgType;
12449 } DiagType; local
12451 DiagType = AddressOf;
12453 DiagType = FunctionPointer;
12455 DiagType = ArrayPointer;
12458 Diag(E->getExprLoc(), DiagID) << DiagType << S.str() << E->getSourceRange()
H A DSemaDeclAttr.cpp1058 DiagnoseIfAttr::DiagnosticType DiagType;
1059 if (!DiagnoseIfAttr::ConvertStrToDiagnosticType(DiagTypeStr, DiagType)) {
1069 S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D)));
H A DSemaExpr.cpp6985 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr); local
6987 << NonPointerExpr->getType() << DiagType

Completed in 183 milliseconds