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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1978 extern const internal::VariadicDynCastAllOfMatcher<Stmt, LabelStmt> labelStmt;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  417   REGISTER_MATCHER(labelStmt);
tools/clang/tools/extra/clang-tidy/linuxkernel/MustCheckErrsCheck.cpp
   23   auto NonCheckingStmts = stmt(anyOf(compoundStmt(), labelStmt()));
tools/clang/unittests/AST/ASTImporterTest.cpp
  584               labelStmt(hasDeclaration(labelDecl(hasName("loop"))))),
tools/clang/unittests/AST/SourceLocationTest.cpp
   70   EXPECT_TRUE(Verifier.match("void f() { l: return; }", labelStmt()));
   76   EXPECT_TRUE(Verifier.match("void f() { l: return; }", labelStmt()));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  334                       labelStmt(