Home
last modified time | relevance | path

Searched refs:MethodWithObjects (Results 1 – 4 of 4) 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);
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp120 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
200 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
216 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
227 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
228 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
DCodeGenFunction.h4134 const ObjCMethodDecl *MethodWithObjects);