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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
  812     if (!Method && getLangOpts().DebuggerObjCLiteral) {
  814       Method = ObjCMethodDecl::Create(
  822       ParmVarDecl *objects = ParmVarDecl::Create(Context, Method,
  830       ParmVarDecl *cnt = ParmVarDecl::Create(Context, Method,
  838       Method->setMethodParams(Context, Params, None);
  841     if (!validateBoxingMethod(*this, Loc, NSArrayDecl, Sel, Method))
  845     QualType T = Method->parameters()[0]->getType();
  851       Diag(Method->parameters()[0]->getLocation(),
  859     if (!Method->parameters()[1]->getType()->isIntegerType()) {
  862       Diag(Method->parameters()[1]->getLocation(),
  865         << Method->parameters()[1]->getType()
  871     ArrayWithObjectsMethod = Method;