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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp406 SmallVectorImpl<Selector> &InstanceMethodSels,
2010 SmallVector<Selector, 16> InstanceMethodSels; local
2015 InstanceMethodSels.push_back((*iter)->getSelector());
2046 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
2061 SmallVectorImpl<Selector> &InstanceMethodSels,
2092 InstanceMethodSels.push_back(getter->getSelector());
2106 InstanceMethodSels.push_back(setter->getSelector());
2243 SmallVector<Selector, 16> InstanceMethodSels; local
2248 InstanceMethodSels.push_back((*iter)->getSelector());
2254 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels,
2060 GeneratePropertyList(const ObjCImplementationDecl *OID, SmallVectorImpl<Selector> &InstanceMethodSels, SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) argument
[all...]

Completed in 81 milliseconds