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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
  519         NSStringDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc,
  581         if (!validateBoxingMethod(*this, Loc, NSStringDecl,
  631     BoxingMethod = getNSNumberFactoryMethod(*this, Loc, ValueType);
  635       Diag(Loc, diag::err_objc_incomplete_boxed_expression_type)
  640     BoxingMethod = getNSNumberFactoryMethod(*this, Loc,
  650       NSValueDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc,
  714       if (!validateBoxingMethod(*this, Loc, NSValueDecl,
  722       Diag(Loc, diag::err_objc_non_trivially_copyable_boxed_expression_type)
  732     Diag(Loc, diag::err_objc_illegal_boxed_expression_type)
  737   DiagnoseUseOfDecl(BoxingMethod, Loc);