Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anondf1ea0e20111::AnnotateFunctionsAction
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp151 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc6678e4d0111::CallSuperAction
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangPlugins.rst171 class implements the ``getActionType`` method then the plugin is run
178 PluginASTAction::ActionType getActionType() override {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()