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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  345 extern const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  416   REGISTER_MATCHER(labelDecl);
tools/clang/unittests/AST/ASTImporterTest.cpp
  584               labelStmt(hasDeclaration(labelDecl(hasName("loop"))))),
  586               addrLabelExpr(hasDeclaration(labelDecl(hasName("loop")))))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  336                           labelDecl(hasName("FOO"))))));