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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  921   llvm::Constant *GetConstantArrayFromStringLiteral(const StringLiteral *E);

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 1301     return CGM.GetConstantArrayFromStringLiteral(E);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4914   llvm::Constant *C = GetConstantArrayFromStringLiteral(S);