Home | History | Annotate | Download | only in Sema

Lines Matching refs:getComplexType

1051   QualType ResultType = S.Context.getComplexType(LHSElementType);
1054 ResultType = S.Context.getComplexType(RHSElementType);
1088 QualType result = S.Context.getComplexType(FloatTy);
1151 return S.ImpCastExprToType(op, S.Context.getComplexType(toType),
1223 return S.Context.getComplexType(ScalarType);
1231 QualType ComplexType = S.Context.getComplexType(ScalarType);
1244 QualType ComplexType = S.Context.getComplexType(ScalarType);
3445 Context.getComplexType(Res->getType()));