Home
last modified time | relevance | path

Searched refs:DeepCollectObjCIvars (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2476 void DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, bool leafClass,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2619 void ASTContext::DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, in DeepCollectObjCIvars() function in ASTContext
2623 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars()
8406 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp5115 Context.DeepCollectObjCIvars(Class, true, Ivars); in ActOnDefs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp5608 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars); in BuildIvarLayout()