reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 6909   if ((!PointerTy->isAnyPointerType() && !PointerTy->isBlockPointerType()) ||
 6909   if ((!PointerTy->isAnyPointerType() && !PointerTy->isBlockPointerType()) ||
 6914   NullExpr = S.ImpCastExprToType(NullExpr.get(), PointerTy, CK_NullToPointer);