Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp114 const ObjCMethodDecl *MethodWithObjects) { in EmitObjCCollectionLiteral() argument
197 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
213 Selector Sel = MethodWithObjects->getSelector(); in EmitObjCCollectionLiteral()
224 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, in EmitObjCCollectionLiteral()
225 Receiver, Args, Class, MethodWithObjects); in EmitObjCCollectionLiteral()
H A DCodeGenFunction.h3773 const ObjCMethodDecl *MethodWithObjects);