Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp413 SmallVectorImpl<Selector> &InstanceMethodSels,
2034 SmallVector<Selector, 16> InstanceMethodSels; in GenerateCategory() local
2037 InstanceMethodSels.push_back(I->getSelector()); in GenerateCategory()
2066 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes, in GenerateCategory()
2082 SmallVectorImpl<Selector> &InstanceMethodSels, in GeneratePropertyList() argument
2110 InstanceMethodSels.push_back(getter->getSelector()); in GeneratePropertyList()
2124 InstanceMethodSels.push_back(setter->getSelector()); in GeneratePropertyList()
2261 SmallVector<Selector, 16> InstanceMethodSels; in GenerateClass() local
2264 InstanceMethodSels.push_back(I->getSelector()); in GenerateClass()
2270 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, in GenerateClass()
[all …]