Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp424 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes);
1807 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateProtocol() local
1820 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateProtocol()
1844 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()
1877 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()
1888 InstanceMethodTypes.push_back(TypeEncoding); in GenerateProtocol()
2045 SmallVector<llvm::Constant*, 16> InstanceMethodTypes; in GenerateCategory() local
2050 InstanceMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateCategory()
2076 InstanceMethodTypes, false), in GenerateCategory()
2093 SmallVectorImpl<llvm::Constant*> &InstanceMethodTypes) { in GeneratePropertyList() argument
[all …]