Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp6073 QualType PreNarrowingType,
7730 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
7765 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
7787 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp7747 QualType PreNarrowingType,
9704 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
9739 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
9761 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
DSemaOverload.cpp5710 QualType PreNarrowingType; in CheckConvertedConstantExpression() local
5712 PreNarrowingType)) { in CheckConvertedConstantExpression()
5724 PreNarrowingType->isIntegralOrEnumerationType() && in CheckConvertedConstantExpression()
5733 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
DSemaExpr.cpp11392 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
11394 PreNarrowingType, in checkThreeWayNarrowingConversion()
11407 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()