reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
345 extern const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;
416 REGISTER_MATCHER(labelDecl);
tools/clang/unittests/AST/ASTImporterTest.cpp584 labelStmt(hasDeclaration(labelDecl(hasName("loop"))))), 586 addrLabelExpr(hasDeclaration(labelDecl(hasName("loop")))))));tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
336 labelDecl(hasName("FOO"))))));