Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp124 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
204 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
220 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
232 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
233 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
H A DCodeGenFunction.h4717 const ObjCMethodDecl *MethodWithObjects);