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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2250     staticAssertDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  483   REGISTER_MATCHER(staticAssertDecl);
tools/clang/tools/extra/clang-tidy/modernize/UnaryStaticAssertCheck.cpp
   23   Finder->addMatcher(staticAssertDecl().bind("static_assert"), this);
tools/clang/unittests/AST/DeclPrinterTest.cpp
 1287     staticAssertDecl().bind("id"),