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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1425     objcPropertyDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  447   REGISTER_MATCHER(objcPropertyDecl);
tools/clang/tools/extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
  104   Finder->addMatcher(objcPropertyDecl(
tools/clang/unittests/AST/NamedDeclPrinterTest.cpp
  142                                  objcPropertyDecl(hasName(DeclName)).bind("id"),
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1730     objcPropertyDecl(hasName("enabled"))));