Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointerTy

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