Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2358 void DeepCollectObjCIvars(const ObjCInterfaceDecl *OI, bool leafClass,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2551 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 DSemaDeclObjC.cpp5095 Context.DeepCollectObjCIvars(Class, true, Ivars); in ActOnDefs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp5653 CGM.getContext().DeepCollectObjCIvars(OI, true, ivars); in BuildIvarLayout()