Home | History | Annotate | Download | only in Sema

Lines Matching refs:VoidPtrTy

1590       ArgTypes.push_back(Context.VoidPtrTy);
2000 CXXNullPtrLiteralExpr Null(Context.VoidPtrTy, SourceLocation());
2193 if (!Context.hasSameType(Arg->getType(), Context.VoidPtrTy))
2194 Arg = ImplicitCastExpr::Create(Context, Context.VoidPtrTy,