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

References

tools/clang/lib/Frontend/FrontendAction.cpp
  190     if (ActionType == PluginASTAction::Cmdline) {
  196           ActionType = PluginASTAction::AddAfterMainAction;
  201     if ((ActionType == PluginASTAction::AddBeforeMainAction ||
  202          ActionType == PluginASTAction::AddAfterMainAction) &&
  205       if (ActionType == PluginASTAction::AddBeforeMainAction) {