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

References

tools/clang/lib/Sema/SemaChecking.cpp
11315   if (T->isAnyPointerType() || T->isBlockPointerType() ||
11315   if (T->isAnyPointerType() || T->isBlockPointerType() ||
11316       T->isMemberPointerType() || !T->isScalarType() || T->isNullPtrType())
11316       T->isMemberPointerType() || !T->isScalarType() || T->isNullPtrType())
11316       T->isMemberPointerType() || !T->isScalarType() || T->isNullPtrType())
11340       << (NullKind == Expr::NPCK_CXX11_nullptr) << T << SourceRange(CC)
11342                                       S.getFixItZeroLiteralForType(T, Loc));