Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp88 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
89 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) || in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp202 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
H A DCompilerInstance.cpp1139 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()