Home
last modified time | relevance | path

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

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