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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp406 SmallVectorImpl<Selector> &InstanceMethodSels,
2035 SmallVector<Selector, 16> InstanceMethodSels; local
2040 InstanceMethodSels.push_back((*iter)->getSelector());
2071 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
2086 SmallVectorImpl<Selector> &InstanceMethodSels,
2117 InstanceMethodSels.push_back(getter->getSelector());
2131 InstanceMethodSels.push_back(setter->getSelector());
2268 SmallVector<Selector, 16> InstanceMethodSels; local
2273 InstanceMethodSels.push_back((*iter)->getSelector());
2279 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels,
2085 GeneratePropertyList(const ObjCImplementationDecl *OID, SmallVectorImpl<Selector> &InstanceMethodSels, SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) argument
[all...]

Completed in 44 milliseconds