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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1434     objcThrowStmt;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  449   REGISTER_MATCHER(objcThrowStmt);
tools/clang/tools/extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
   25   Finder->addMatcher(objcThrowStmt().bind("throwStmt"), this);
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1747     objcThrowStmt()));