Searched refs:InstanceMethodSels (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 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() [all …]
|