Searched refs:DeepCollectObjCIvars (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1922 void DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, bool leafClass,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1955 void ASTContext::DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, in DeepCollectObjCIvars() function in ASTContext 1959 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars() 5742 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl() 5802 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 4388 Context.DeepCollectObjCIvars(Class, true, Ivars); in ActOnDefs()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 4964 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars); in BuildIvarLayout()
|