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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2021 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CaseStmt> caseStmt;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  150   REGISTER_MATCHER(caseStmt);
tools/clang/unittests/AST/ASTImporterTest.cpp
  618           switchStmt(has(compoundStmt(has(caseStmt())))))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 1797                          switchStmt(forEachSwitchCase(caseStmt()))));
 1799                       switchStmt(forEachSwitchCase(caseStmt()))));
 1801                       switchStmt(forEachSwitchCase(caseStmt()))));
 1807                         caseStmt(hasCaseConstant(
 1811                            caseStmt(hasCaseConstant(
 1815                            caseStmt(hasCaseConstant(
 1819     switchStmt(forEachSwitchCase(caseStmt().bind("x"))),