Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgExpr

6823 /// if any, found in visible type conversion functions found in ArgExpr's type.
6824 static Qualifiers CollectVRQualifiers(ASTContext &Context, Expr* ArgExpr) {
6828 ArgExpr->getType()->getAs<MemberPointerType>())
6831 TyRec = ArgExpr->getType()->getAs<RecordType>();