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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2431 unsigned SelectorCount = Selectors.size(); local
2442 Elements.push_back(llvm::ConstantInt::get(LongTy, SelectorCount));
2449 for (unsigned int i=0 ; i<SelectorCount ; i++) {

Completed in 71 milliseconds