Searched defs:RHSComplexInt (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp1182 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); local
1184 if (LHSComplexInt && RHSComplexInt) {
1186 QualType RHSEltType = RHSComplexInt->getElementType();
1206 assert(RHSComplexInt);
1208 QualType RHSEltType = RHSComplexInt->getElementType();

Completed in 116 milliseconds