Home | History | Annotate | Download | only in Sema

Lines Matching refs:getPointerType

522     E = ImpCastExprToType(E, Context.getPointerType(Ty),
733 Res = ImpCastExprToType(E, Context.getPointerType(Ty),
2529 DestType = Context.getPointerType(DestRecordType);
2601 QType = Context.getPointerType(QType);
2638 UType = Context.getPointerType(UType);
4819 OverloadParams.push_back(Context.getPointerType(PointeeType));
5048 Result = ImpCastExprToType(Fn, Context.getPointerType(FDecl->getType()),
5955 QualType incompatTy = S.Context.getPointerType(S.Context.VoidTy);
5966 ResultTy = S.Context.getPointerType(ResultTy);
5983 QualType destType = S.Context.getPointerType(S.Context.VoidTy);
6016 QualType destType = S.Context.getPointerType(destPointee);
6026 QualType destType = S.Context.getPointerType(destPointee);
6469 QualType destType = Context.getPointerType(destPointee);
6489 QualType destType = Context.getPointerType(destPointee);
9902 return Context.getPointerType(op->getType());
10023 return Context.getPointerType(op->getType());
11051 Context.getPointerType(Context.VoidTy));
14009 E->setType(S.Context.getPointerType(SubExpr->getType()));
14223 DestType = S.Context.getPointerType(DestType);
14546 E = ImpCastExprToType(E, Context.getPointerType(FD->getType()),