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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  349   REGISTER_MATCHER(isCatchAll);
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  322             cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll()))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1171                       cxxCatchStmt(isCatchAll())));
 1173                          cxxCatchStmt(isCatchAll())));