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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1344     objcImplementationDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  440   REGISTER_MATCHER(objcImplementationDecl);
tools/clang/tools/extra/clang-tidy/objc/MissingHashCheck.cpp
   47           hasDeclContext(objcImplementationDecl(
tools/clang/tools/extra/clang-tidy/objc/SuperSelfCheck.cpp
   86                           hasDeclContext(objcImplementationDecl(hasInterface(
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1709     objcImplementationDecl(hasName("Thing"))));