Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp80 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
81 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()
216 if (P->getActionType() == PluginASTAction::ReplaceAction) { in ExecuteCompilerInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp189 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()