Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1825 SmallVector<llvm::Constant*, 16> ClassMethodTypes; in GenerateProtocol() local
1838 ClassMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateProtocol()
1846 GenerateProtocolMethodList(ClassMethodNames, ClassMethodTypes); in GenerateProtocol()
2055 SmallVector<llvm::Constant*, 16> ClassMethodTypes; in GenerateCategory() local
2060 ClassMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateCategory()
2081 ClassMethodTypes, true), in GenerateCategory()
2284 SmallVector<llvm::Constant*, 16> ClassMethodTypes; in GenerateClass() local
2289 ClassMethodTypes.push_back(MakeConstantString(TypeStr)); in GenerateClass()
2309 ClassMethodSels, ClassMethodTypes, true); in GenerateClass()