Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointerTy

4864 /// \brief Return false if the NullExpr can be promoted to PointerTy,
4867 QualType PointerTy) {
4868 if ((!PointerTy->isAnyPointerType() && !PointerTy->isBlockPointerType()) ||
4873 NullExpr = S.ImpCastExprToType(NullExpr.take(), PointerTy, CK_NullToPointer);