reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1978 extern const internal::VariadicDynCastAllOfMatcher<Stmt, LabelStmt> labelStmt;
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.cpp70 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(