Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1096 llvm::Function *GenerateDirectMethod(const ObjCMethodDecl *OMD,
2234 Fn = GenerateDirectMethod(Method, Method->getClassInterface()); in EmitMessageSend()
4026 Method = GenerateDirectMethod(OMD, CD); in GenerateMethod()
4044 CGObjCCommonMac::GenerateDirectMethod(const ObjCMethodDecl *OMD, in GenerateDirectMethod() function in CGObjCCommonMac