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

/external/clang/include/clang/AST/
H A DDeclObjC.h652 /// IvarList - List of all ivars defined by this class; including class
654 ObjCIvarDecl *IvarList; member in struct:clang::ObjCInterfaceDecl::DefinitionData
672 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
851 // Even though this modifies IvarList, it's conceptually const:
855 void setIvarList(ObjCIvarDecl *ivar) { data().IvarList = ivar; }
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1543 /// Generates an IvarList. Used in construction of a objc_class.
2317 llvm::Constant *IvarList = GenerateIvarList(IvarNames, IvarTypes, local
2342 IvarList, offsetPointerIndexes);
2370 llvm::ConstantInt::get(LongTy, instanceSize), IvarList,

Completed in 615 milliseconds