Home | History | Annotate | Download | only in Sema

Lines Matching refs:argExpr

5766       Expr *argExpr = Args[i];
5767 assert(argExpr && "SelectBestMethod(): missing expression");
5771 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
5773 argExpr = stripARCUnbridgedCast(argExpr);
5782 = TryCopyInitialization(*this, argExpr, param->getType(),
6991 /// if any, found in visible type conversion functions found in ArgExpr's type.
6992 static Qualifiers CollectVRQualifiers(ASTContext &Context, Expr* ArgExpr) {
6996 ArgExpr->getType()->getAs<MemberPointerType>())
6999 TyRec = ArgExpr->getType()->getAs<RecordType>();