Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp414 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes);
1792 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateProtocol() local
1805 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateProtocol()
1829 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()
1862 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()
1873 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()
2035 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateCategory() local
2040 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateCategory()
2066 ClassName, CategoryName, InstanceMethodSels, InstanceMethodTypes, in GenerateCategory()
2083 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) { in GeneratePropertyList() argument
[all …]