Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp87 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
156 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
172 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
183 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
184 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
DCodeGenFunction.h2545 const ObjCMethodDecl *MethodWithObjects);