Searched refs:PreNarrowingType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 7590 QualType PreNarrowingType, 9723 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument 9772 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList() 9794 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList() 9839 QualType PreNarrowingType; in CheckC23ConstexprInitConversion() local 9842 S.Context, Init, Value, PreNarrowingType, in CheckC23ConstexprInitConversion() 9847 << Value.getAsString(S.Context, PreNarrowingType) << ToType; in CheckC23ConstexprInitConversion()
|
| H A D | SemaOverload.cpp | 6367 QualType PreNarrowingType; in BuildConvertedConstantExpression() local 6369 PreNarrowingType)) { in BuildConvertedConstantExpression() 6378 PreNarrowingType->isIntegralOrEnumerationType() && in BuildConvertedConstantExpression() 6387 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in BuildConvertedConstantExpression()
|
| H A D | SemaExpr.cpp | 12219 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local 12221 PreNarrowingType, in checkThreeWayNarrowingConversion() 12234 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()
|