Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1031 auto *LHSComplexType = dyn_cast<ComplexType>(LHSType); in handleComplexFloatConversion() local
1034 LHSComplexType ? LHSComplexType->getElementType() : LHSType; in handleComplexFloatConversion()
1043 if (LHSComplexType) in handleComplexFloatConversion()