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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
   90   if (!Ty.isNull()) {
   91     Ty = Context.getObjCObjectPointerType(Ty);
   91     Ty = Context.getObjCObjectPointerType(Ty);
  105       Ty = Context.getObjCConstantStringInterface();
  106       Ty = Context.getObjCObjectPointerType(Ty);
  106       Ty = Context.getObjCObjectPointerType(Ty);
  112       Ty = Context.getObjCIdType();
  120       Ty = Context.getObjCConstantStringInterface();
  121       Ty = Context.getObjCObjectPointerType(Ty);
  121       Ty = Context.getObjCObjectPointerType(Ty);
  127       Ty = Context.getObjCNSStringType();
  128       if (Ty.isNull()) {
  134         Ty = Context.getObjCInterfaceType(NSStringIDecl);
  135         Context.setObjCNSStringType(Ty);
  137       Ty = Context.getObjCObjectPointerType(Ty);
  137       Ty = Context.getObjCObjectPointerType(Ty);
  141   return new (Context) ObjCStringLiteral(S, Ty, AtLoc);