Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7818 QualType PreNarrowingType,
9786 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
9821 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
9843 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
H A DSemaOverload.cpp5709 QualType PreNarrowingType; in CheckConvertedConstantExpression() local
5711 PreNarrowingType)) { in CheckConvertedConstantExpression()
5723 PreNarrowingType->isIntegralOrEnumerationType() && in CheckConvertedConstantExpression()
5732 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
H A DSemaExpr.cpp11594 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
11596 PreNarrowingType, in checkThreeWayNarrowingConversion()
11609 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()