Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp7877 QualType PreNarrowingType,
9859 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
9894 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
9916 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
H A DSemaOverload.cpp5771 QualType PreNarrowingType; in CheckConvertedConstantExpression() local
5773 PreNarrowingType)) { in CheckConvertedConstantExpression()
5785 PreNarrowingType->isIntegralOrEnumerationType() && in CheckConvertedConstantExpression()
5794 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
H A DSemaExpr.cpp12193 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
12195 PreNarrowingType, in checkThreeWayNarrowingConversion()
12208 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()