Searched refs:MethodWithObjects (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 114 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()
|
D | CodeGenFunction.h | 2950 const ObjCMethodDecl *MethodWithObjects);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 120 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()
|
D | CodeGenFunction.h | 4134 const ObjCMethodDecl *MethodWithObjects);
|