Searched defs:IvarList (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h609 /// IvarList - List of all ivars defined by this class; including class
611 ObjCIvarDecl *IvarList; member in struct:clang::ObjCInterfaceDecl::DefinitionData
625 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
800 // Even though this modifies IvarList, it's conceptually const:
804 void setIvarList(ObjCIvarDecl *ivar) { data().IvarList = ivar; }
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1380 /// Generates an IvarList. Used in construction of a objc_class.
2157 llvm::Constant *IvarList = GenerateIvarList(IvarNames, IvarTypes, local
2182 IvarList, offsetPointerIndexes);
2210 llvm::ConstantInt::get(LongTy, instanceSize), IvarList,

Completed in 148 milliseconds