Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp8205 QualType PreNarrowingType,
10226 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
10262 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
10284 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
H A DSemaOverload.cpp5869 QualType PreNarrowingType; in CheckConvertedConstantExpression() local
5871 PreNarrowingType)) { in CheckConvertedConstantExpression()
5883 PreNarrowingType->isIntegralOrEnumerationType() && in CheckConvertedConstantExpression()
5892 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
H A DSemaExpr.cpp12454 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
12456 PreNarrowingType, in checkThreeWayNarrowingConversion()
12469 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()