Lines Matching refs:CT
899 void Sema::checkVariadicArgument(const Expr *E, VariadicCallType CT) {
910 << Ty << CT);
918 << Ty << CT << hasCStrMethod(E) << ".c_str()");
927 << getLangOpts().CPlusPlus11 << Ty << CT);
935 << Ty << CT);
938 << isa<InitListExpr>(E) << Ty << CT;
945 ExprResult Sema::DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT,
950 (CT == VariadicMethod ||
4069 if (const ComplexType *CT = V.get()->getType()->getAs<ComplexType>())
4070 return CT->getElementType();