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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp406 SmallVectorImpl<Selector> &InstanceMethodSels,
2006 SmallVector<Selector, 16> InstanceMethodSels; local
2009 InstanceMethodSels.push_back(I->getSelector());
2038 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes,
2053 SmallVectorImpl<Selector> &InstanceMethodSels,
2081 InstanceMethodSels.push_back(getter->getSelector());
2095 InstanceMethodSels.push_back(setter->getSelector());
2232 SmallVector<Selector, 16> InstanceMethodSels; local
2235 InstanceMethodSels.push_back(I->getSelector());
2241 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels,
2052 GeneratePropertyList(const ObjCImplementationDecl *OID, SmallVectorImpl<Selector> &InstanceMethodSels, SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) argument
[all...]

Completed in 266 milliseconds