Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp122 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
202 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
218 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
229 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
230 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
H A DCodeGenFunction.h4270 const ObjCMethodDecl *MethodWithObjects);