Searched refs:PreNarrowingType (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 7306 QualType PreNarrowingType, 9432 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument 9481 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList() 9503 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList() 9548 QualType PreNarrowingType; in CheckC23ConstexprInitConversion() local 9551 S.Context, Init, Value, PreNarrowingType, in CheckC23ConstexprInitConversion() 9556 << Value.getAsString(S.Context, PreNarrowingType) << ToType; in CheckC23ConstexprInitConversion()
|
| H A D | SemaOverload.cpp | 6117 QualType PreNarrowingType; in BuildConvertedConstantExpression() local 6119 PreNarrowingType)) { in BuildConvertedConstantExpression() 6131 PreNarrowingType->isIntegralOrEnumerationType() && in BuildConvertedConstantExpression() 6140 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in BuildConvertedConstantExpression()
|
| H A D | SemaExpr.cpp | 11872 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local 11874 PreNarrowingType, in checkThreeWayNarrowingConversion() 11887 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()
|