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

Overridden By

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  967   ConstantAddress GenerateConstantString(const StringLiteral *SL) override {
 2451 ConstantAddress CGObjCGNU::GenerateConstantString(const StringLiteral *SL) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1934 CGObjCCommonMac::GenerateConstantString(const StringLiteral *SL) {

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 1927   auto C = CGM.getObjCRuntime().GenerateConstantString(S);
 1967     return CGM.getObjCRuntime().GenerateConstantString(literal);
tools/clang/lib/CodeGen/CGObjC.cpp
   48       CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer();