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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 1938   assert(E->isExpressibleAsConstantInitializer() &&
 1940   auto *SL = cast<StringLiteral>(E->getSubExpr()->IgnoreParenCasts());
 1941   return emitConstantObjCStringLiteral(SL, E->getType(), CGM);