Home | History | Annotate | Download | only in Sema

Lines Matching defs:BoundMemberTy

981   if (!FunTy && ExprTy == Context.BoundMemberTy) {
985 QualType BoundMemberTy = Expr::findBoundMemberType(&E);
986 if (!BoundMemberTy.isNull())
987 FunTy = BoundMemberTy->castAs<FunctionType>();