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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2477   assert(Exp != nullptr && "Expected non-null ObjCStringLiteral");
 2500   Exp->getString()->printPretty(prettyBuf, nullptr, PrintingPolicy(LangOpts));
 2503   Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
 2514   CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
 2516   ReplaceStmt(Exp, cast);