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

References

tools/clang/lib/Frontend/CompilerInstance.cpp
  942   if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1783       Opts.ProgramAction = frontend::RewriteObjC; break;
 3252   case frontend::RewriteObjC:
 3498     if (Res.getFrontendOpts().ProgramAction == frontend::RewriteObjC)
tools/clang/lib/Frontend/InitPreprocessor.cpp
 1008   if (FEOpts.ProgramAction == frontend::RewriteObjC ||
tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  105   case RewriteObjC:            return std::make_unique<RewriteObjCAction>();