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

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

Completed in 116 milliseconds