Searched refs:IvarList (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1493 if (!data().IvarList) {
1496 data().IvarList = *I; ++I;
1497 for (curIvar = data().IvarList; I != E; curIvar = *I, ++I)
1506 if (!data().IvarList) {
1507 data().IvarList = *I; ++I;
1508 curIvar = data().IvarList;
1519 return data().IvarList;
1531 if (!data().IvarList)
1532 data().IvarList = IV;
1542 if (!data().IvarList) {
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h883 /// IvarList - List of all ivars defined by this class; including class
885 ObjCIvarDecl *IvarList; member in struct:clang::ObjCInterfaceDecl::DefinitionData
916 DefinitionData() : Definition(), SuperClassTInfo(), CategoryList(), IvarList(),
1151 // Even though this modifies IvarList, it's conceptually const:
1155 void setIvarList(ObjCIvarDecl *ivar) { data().IvarList = ivar; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1543 /// Generates an IvarList. Used in construction of a objc_class.
2302 llvm::Constant *IvarList = GenerateIvarList(IvarNames, IvarTypes, local
2327 cast<llvm::GlobalVariable>(IvarList)->getValueType(), IvarList,
2356 llvm::ConstantInt::get(LongTy, instanceSize), IvarList,

Completed in 113 milliseconds