Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp7816 QualType PreNarrowingType,
9785 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
9820 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
9842 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
H A DSemaOverload.cpp5713 QualType PreNarrowingType; in CheckConvertedConstantExpression() local
5715 PreNarrowingType)) { in CheckConvertedConstantExpression()
5727 PreNarrowingType->isIntegralOrEnumerationType() && in CheckConvertedConstantExpression()
5736 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
H A DSemaExpr.cpp11505 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
11507 PreNarrowingType, in checkThreeWayNarrowingConversion()
11520 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()