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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
  557         BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
  558         if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
  578           BoxingMethod = M;
  582                                   stringWithUTF8String, BoxingMethod))
  585         StringWithUTF8StringMethod = BoxingMethod;
  588       BoxingMethod = StringWithUTF8StringMethod;
  592           BoxingMethod->getReturnType()->getNullability(Context);
  631     BoxingMethod = getNSNumberFactoryMethod(*this, Loc, ValueType);
  640     BoxingMethod = getNSNumberFactoryMethod(*this, Loc,
  669       BoxingMethod = NSValueDecl->lookupClassMethod(ValueWithBytesObjCType);
  670       if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
  711         BoxingMethod = M;
  715                                 ValueWithBytesObjCType, BoxingMethod))
  718       ValueWithBytesObjCTypeMethod = BoxingMethod;
  727     BoxingMethod = ValueWithBytesObjCTypeMethod;
  731   if (!BoxingMethod) {
  737   DiagnoseUseOfDecl(BoxingMethod, Loc);
  746     ParmVarDecl *ParamDecl = BoxingMethod->parameters()[0];
  759                                       BoxingMethod, SR);