Searched refs:DeepCollectObjCIvars (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1947 void DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, bool leafClass,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1953 void ASTContext::DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, in DeepCollectObjCIvars() function in ASTContext 1957 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars() 5838 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl() 5898 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4537 Context.DeepCollectObjCIvars(Class, true, Ivars); in ActOnDefs()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 5033 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars); in BuildIvarLayout()
|