Lines Matching refs:InstanceMethodSels
409 SmallVectorImpl<Selector> &InstanceMethodSels,
2012 SmallVector<Selector, 16> InstanceMethodSels; in GenerateCategory() local
2015 InstanceMethodSels.push_back(I->getSelector()); in GenerateCategory()
2044 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes, in GenerateCategory()
2059 SmallVectorImpl<Selector> &InstanceMethodSels, in GeneratePropertyList() argument
2087 InstanceMethodSels.push_back(getter->getSelector()); in GeneratePropertyList()
2101 InstanceMethodSels.push_back(setter->getSelector()); in GeneratePropertyList()
2238 SmallVector<Selector, 16> InstanceMethodSels; in GenerateClass() local
2241 InstanceMethodSels.push_back(I->getSelector()); in GenerateClass()
2247 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, in GenerateClass()
2276 InstanceMethodSels, InstanceMethodTypes, false); in GenerateClass()