Searched refs:DeepCollectObjCIvars (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2358 void DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, bool leafClass,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2551 void ASTContext::DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, in DeepCollectObjCIvars() function in ASTContext 2555 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars() 7653 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 5095 Context.DeepCollectObjCIvars(Class, true, Ivars); in ActOnDefs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 5653 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars); in BuildIvarLayout()
|