Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp7125 QualType PreNarrowingType,
9019 QualType PreNarrowingType, in DiagnoseNarrowingInInitList() argument
9054 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
9076 << PreNarrowingType.getLocalUnqualifiedType() in DiagnoseNarrowingInInitList()
H A DSemaOverload.cpp5466 QualType PreNarrowingType; in CheckConvertedConstantExpression() local
5468 PreNarrowingType)) { in CheckConvertedConstantExpression()
5481 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << T; in CheckConvertedConstantExpression()
H A DSemaExpr.cpp10107 QualType PreNarrowingType; in checkThreeWayNarrowingConversion() local
10109 PreNarrowingType, in checkThreeWayNarrowingConversion()
10122 << PreNarrowingValue.getAsString(S.Context, PreNarrowingType) << ToType; in checkThreeWayNarrowingConversion()