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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2171     gnuNullExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  233   REGISTER_MATCHER(gnuNullExpr);
tools/clang/tools/extra/clang-tidy/bugprone/TerminatingContinueCheck.cpp
   25                        cxxNullPtrLiteralExpr(), gnuNullExpr()))),
tools/clang/tools/extra/clang-tidy/misc/StaticAssertCheck.cpp
   39                  cxxNullPtrLiteralExpr(), gnuNullExpr(), NegatedString))
tools/clang/tools/extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
   86                          anyOf(cxxNullPtrLiteralExpr(), gnuNullExpr(),
tools/clang/unittests/AST/ASTImporterTest.cpp
  497       functionDecl(hasDescendant(gnuNullExpr(hasType(isInteger())))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  763   EXPECT_TRUE(matches("int* i = __null;", gnuNullExpr()));