Home
last modified time | relevance | path

Searched refs:PreNarrowingType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8365 QualType PreNarrowingType,
10395 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
10444 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
10466 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
H A DSemaOverload.cpp6088 QualType PreNarrowingType; in BuildConvertedConstantExpression() local
6090 PreNarrowingType)) { in BuildConvertedConstantExpression()
6102 PreNarrowingType->isIntegralOrEnumerationType() && in BuildConvertedConstantExpression()
6111 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in BuildConvertedConstantExpression()
H A DSemaExpr.cpp12892 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
12894 PreNarrowingType, in checkThreeWayNarrowingConversion()
12907 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()