Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7306 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 DSemaOverload.cpp6117 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 DSemaExpr.cpp11872 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
11874 PreNarrowingType, in checkThreeWayNarrowingConversion()
11887 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()