Searched defs:LHSComplexInt (Results 1 - 1 of 1) sorted by path

/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 249 milliseconds