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

/external/clang/lib/Sema/
H A DSemaExpr.cpp1181 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); local
1184 if (LHSComplexInt && RHSComplexInt) {
1185 QualType LHSEltType = LHSComplexInt->getElementType();
1194 if (LHSComplexInt) {
1195 QualType LHSEltType = LHSComplexInt->getElementType();

Completed in 121 milliseconds