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

Overrides

tools/clang/lib/CodeGen/CGObjCRuntime.h
  146   virtual ConstantAddress GenerateConstantString(const StringLiteral *) = 0;

Overridden By

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  967   ConstantAddress GenerateConstantString(const StringLiteral *SL) override {

Declarations

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  576   ConstantAddress GenerateConstantString(const StringLiteral *) override;