Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp87 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
159 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
175 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
186 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
187 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
H A DCodeGenFunction.h2407 const ObjCMethodDecl *MethodWithObjects);