Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp81 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
82 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()
218 if (P->getActionType() == PluginASTAction::ReplaceAction) { in ExecuteCompilerInvocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()