Searched defs:ObjCContainerDecl (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/objc/ | ||
H A D | MissingHashCheck.cpp | 25 AST_MATCHER_P(ObjCContainerDecl, hasInstanceMethod, in AST_MATCHER_P() argument |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCRuntime.h | 45 class ObjCContainerDecl; variable |
H A D | CodeGenFunction.h | 68 class ObjCContainerDecl; global() variable |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 32 class ObjCContainerDecl; variable |
H A D | DeclBase.h | 58 class ObjCContainerDecl; variable |
H A D | ASTContext.h | 85 class ObjCContainerDecl; global() variable |
/llvm-project/clang/lib/AST/ | ||
H A D | DeclObjC.cpp | 68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, ObjCContainerDecl() function in ObjCContainerDecl |