Searched refs:labelDecl (Results 1 – 9 of 9) sorted by relevance
243 has(labelStmt(hasDeclaration(labelDecl(hasName("loop"))))), in TEST()244 has(addrLabelExpr(hasDeclaration(labelDecl(hasName("loop"))))) in TEST()
334 REGISTER_MATCHER(labelDecl); in RegistryMaps()
440 REGISTER_MATCHER(labelDecl); in RegistryMaps()
732 const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl; variable
293 labelDecl(hasName("FOO")))))); in TEST()
436 labelStmt(hasDeclaration(labelDecl(hasName("FOO")))))); in TEST_P()
318 const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl; variable
383 extern const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;
359 hasDeclaration(labelDecl(hasName("loop"))))), in TEST_P()361 hasDeclaration(labelDecl(hasName("loop"))))))); in TEST_P()