Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp114 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
183 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
199 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
210 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
211 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
DCodeGenFunction.h2950 const ObjCMethodDecl *MethodWithObjects);