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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1374     objcCategoryImplDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  438   REGISTER_MATCHER(objcCategoryImplDecl);
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1715     objcCategoryImplDecl(hasName("ABC"))));