Searched refs:CmdlineAfterMainAction (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h275 CmdlineAfterMainAction, ///< Execute the action after the main action if on enumerator in enum:clang::PluginASTAction::ActionType
283 /// \return The action type. By default we use CmdlineAfterMainAction.
284 virtual ActionType getActionType() { return CmdlineAfterMainAction; }
/openbsd-current/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp84 return CmdlineAfterMainAction;
/openbsd-current/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp85 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) ||
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp197 if (ActionType == PluginASTAction::CmdlineAfterMainAction ||

Completed in 74 milliseconds