Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp121 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
201 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
217 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
228 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
229 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
H A DCodeGenFunction.h4203 const ObjCMethodDecl *MethodWithObjects);