Home
last modified time | relevance | path

Searched refs:objcImplementationDecl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/objc/
DMissingHashCheck.cpp43 hasDeclContext(objcImplementationDecl( in registerMatchers()
DSuperSelfCheck.cpp82 hasDeclContext(objcImplementationDecl(hasInterface( in registerMatchers()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp463 REGISTER_MATCHER(objcImplementationDecl); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp803 objcImplementationDecl; variable
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp2113 matchesObjC(ObjCString, objcImplementationDecl(hasName("Thing")))); in TEST()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1516 objcImplementationDecl;