Searched refs:unsupportedTypeConversion (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1265 static bool unsupportedTypeConversion(const Sema &S, QualType LHSType, function
1605 if (unsupportedTypeConversion(*this, LHSType, RHSType))
9248 if (unsupportedTypeConversion(*this, LHSTy, RHSTy)) {
10255 if (unsupportedTypeConversion(*this, LHSType, RHSType))

Completed in 257 milliseconds