Searched refs:InstanceMethodSels (Results 1 – 1 of 1) sorted by relevance
423 SmallVectorImpl<Selector> &InstanceMethodSels,2044 SmallVector<Selector, 16> InstanceMethodSels; in GenerateCategory() local2047 InstanceMethodSels.push_back(I->getSelector()); in GenerateCategory()2075 GenerateMethodList(ClassName, CategoryName, InstanceMethodSels, in GenerateCategory()2092 SmallVectorImpl<Selector> &InstanceMethodSels, in GeneratePropertyList() argument2120 InstanceMethodSels.push_back(getter->getSelector()); in GeneratePropertyList()2134 InstanceMethodSels.push_back(setter->getSelector()); in GeneratePropertyList()2270 SmallVector<Selector, 16> InstanceMethodSels; in GenerateClass() local2273 InstanceMethodSels.push_back(I->getSelector()); in GenerateClass()2279 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, in GenerateClass()[all …]