Lines Matching refs:InstanceMethodSels
413 SmallVectorImpl<Selector> &InstanceMethodSels,
2034 SmallVector<Selector, 16> InstanceMethodSels; in GenerateCategory() local
2037 InstanceMethodSels.push_back(I->getSelector()); in GenerateCategory()
2066 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes, in GenerateCategory()
2082 SmallVectorImpl<Selector> &InstanceMethodSels, in GeneratePropertyList() argument
2110 InstanceMethodSels.push_back(getter->getSelector()); in GeneratePropertyList()
2124 InstanceMethodSels.push_back(setter->getSelector()); in GeneratePropertyList()
2261 SmallVector<Selector, 16> InstanceMethodSels; in GenerateClass() local
2264 InstanceMethodSels.push_back(I->getSelector()); in GenerateClass()
2270 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, in GenerateClass()
2299 InstanceMethodSels, InstanceMethodTypes, false); in GenerateClass()