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

References

tools/clang/lib/AST/Expr.cpp
 3751     return NPCK_GNUNull;
tools/clang/lib/Sema/SemaChecking.cpp
11311   if (NullKind != Expr::NPCK_GNUNull && NullKind != Expr::NPCK_CXX11_nullptr)
11328   if (NullKind == Expr::NPCK_GNUNull && Loc.isMacroID()) {