Home | History | Annotate | Download | only in Sema

Lines Matching refs:getPointerType

1482         FromType = S.Context.getPointerType(FromType);
1543 FromType = S.Context.getPointerType(FromType);
1954 return Context.getPointerType(ToPointee);
1963 return Context.getPointerType(QualifiedCanonToPointee);
2254 ConvertedType = Context.getPointerType(ConvertedType);
2265 ConvertedType = Context.getPointerType(ConvertedType);
2399 ConvertedType = Context.getPointerType(FromPointee);
5775 Context.getPointerType(Conversion->getType()),
6242 QPointerTy = Context.getPointerType(QPointeeTy);
8621 if (isPointer) FnType = S.Context.getPointerType(FnType);
11528 Context.getPointerType(SubExpr->getType()),