Searched defs:StrongIvars (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2167 SmallVector<bool, 16> StrongIvars; local
2213 StrongIvars.push_back(true);
2217 StrongIvars.push_back(false);
2221 StrongIvars.push_back(false);
2225 llvm::Constant *StrongIvarBitmap = MakeBitField(StrongIvars);

Completed in 111 milliseconds