Searched refs:DeepCollectObjCIvars (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2230 void DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, bool leafClass,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2260 void ASTContext::DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, in DeepCollectObjCIvars() function in ASTContext 2264 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars() 6888 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl() 6949 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4811 Context.DeepCollectObjCIvars(Class, true, Ivars); in ActOnDefs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 5391 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars); in BuildIvarLayout()
|