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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2552   assert (Exp != nullptr && "Expected non-null ObjCStringLiteral");
 2575   Exp->getString()->printPretty(prettyBuf, nullptr, PrintingPolicy(LangOpts));
 2578   Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
 2589   CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
 2591   ReplaceStmt(Exp, cast);