Home
last modified time | relevance | path

Searched refs:diagnoseNotInt (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp998 SemaDiagnosticBuilder diagnoseNotInt(Sema &S, SourceLocation Loc, in CheckSwitchCondition() function in Sema::CheckSwitchCondition::SwitchConvertDiagnoser
DSemaExprCXX.cpp2076 SemaDiagnosticBuilder diagnoseNotInt(Sema &S, SourceLocation Loc, in BuildCXXNew() function in Sema::BuildCXXNew::SizeConvertDiagnoser
DSemaExpr.cpp16349 SemaDiagnosticBuilder diagnoseNotInt(Sema &S, SourceLocation Loc, in VerifyIntegerConstantExpression() function in Sema::VerifyIntegerConstantExpression::CXX11ConvertDiagnoser
DSemaOpenMP.cpp14111 SemaDiagnosticBuilder diagnoseNotInt(Sema &S, SourceLocation Loc, in PerformOpenMPImplicitIntegerConversion() function in Sema::PerformOpenMPImplicitIntegerConversion::IntConvertDiagnoser
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h3586 return diagnoseNotInt(S, Loc, T); in diagnoseNoMatch()
3592 diagnoseNotInt(Sema &S, SourceLocation Loc, QualType T) = 0;