Home | History | Annotate | Download | only in Sema

Lines Matching refs:getPointerType

1497         FromType = S.Context.getPointerType(FromType);
1558 FromType = S.Context.getPointerType(FromType);
1967 return Context.getPointerType(ToPointee);
1976 return Context.getPointerType(QualifiedCanonToPointee);
2267 ConvertedType = Context.getPointerType(ConvertedType);
2278 ConvertedType = Context.getPointerType(ConvertedType);
2412 ConvertedType = Context.getPointerType(FromPointee);
6166 Context.getPointerType(Conversion->getType()),
6657 QPointerTy = Context.getPointerType(QPointeeTy);
9149 if (isPointer) FnType = S.Context.getPointerType(FnType);
12176 Context.getPointerType(SubExpr->getType()),