Home | History | Annotate | Download | only in Sema

Lines Matching refs:getPointerType

1468         FromType = S.Context.getPointerType(FromType);
1529 FromType = S.Context.getPointerType(FromType);
1940 return Context.getPointerType(ToPointee);
1949 return Context.getPointerType(QualifiedCanonToPointee);
2240 ConvertedType = Context.getPointerType(ConvertedType);
2251 ConvertedType = Context.getPointerType(ConvertedType);
2385 ConvertedType = Context.getPointerType(FromPointee);
5893 Context.getPointerType(Conversion->getType()),
6367 QPointerTy = Context.getPointerType(QPointeeTy);
8803 if (isPointer) FnType = S.Context.getPointerType(FnType);
11814 Context.getPointerType(SubExpr->getType()),