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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1000     StringRef StringClass = CGM.getLangOpts().ObjCConstantStringClass;
 2461   StringRef StringClass = CGM.getLangOpts().ObjCConstantStringClass;
 3630       StringRef stringClass = CGM.getLangOpts().ObjCConstantStringClass;
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1952   auto &StringClass = CGM.getLangOpts().ObjCConstantStringClass;
 1968   auto &StringClass = CGM.getLangOpts().ObjCConstantStringClass;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2841   Opts.ObjCConstantStringClass =
tools/clang/lib/Sema/SemaExprObjC.cpp
   94     std::string StringClass(getLangOpts().ObjCConstantStringClass);