reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjC.cpp
   70   assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
   71   Selector Sel = BoxingMethod->getSelector();
   77   const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
   81   const ParmVarDecl *ArgDecl = *BoxingMethod->param_begin();
  101     const ParmVarDecl *EncodingDecl = BoxingMethod->parameters()[1];
  111       *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
  112       Args, ClassDecl, BoxingMethod);