Home
last modified time | relevance | path

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

/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp69 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
70 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()
204 if (P->getActionType() == PluginASTAction::ReplaceAction) { in ExecuteCompilerInvocation()
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp81 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
82 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()
218 if (P->getActionType() == PluginASTAction::ReplaceAction) { in ExecuteCompilerInvocation()
/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonde55cb600111::AnnotateFunctionsAction
/external/llvm-project/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon1e2e668e0111::AnnotateFunctionsAction
/external/libtextclassifier/java/src/com/android/textclassifier/
DActionsSuggestionsHelper.java131 TAG, "createRemoteAction: Missing template for type " + nativeSuggestion.getActionType()); in createLabeledIntentResult()
141 ActionsSuggestionsHelper.createTitleChooser(nativeSuggestion.getActionType()); in createLabeledIntentResult()
DTextClassifierImpl.java413 String actionType = nativeSuggestion.getActionType(); in createConversationActionResult()
/external/clang/docs/
DClangPlugins.rst121 class implements the ``getActionType`` method then the plugin is run
128 PluginASTAction::ActionType getActionType() override {
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp151 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anone77009790111::CallSuperAction
/external/clang/include/clang/Frontend/
DFrontendAction.h264 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
/external/llvm-project/clang/docs/
DClangPlugins.rst171 class implements the ``getActionType`` method then the plugin is run
178 PluginASTAction::ActionType getActionType() override {
/external/libtextclassifier/jni/com/google/android/textclassifier/
DActionsSuggestionsModel.java227 public String getActionType() { in getActionType() method in ActionsSuggestionsModel.ActionSuggestion
/external/clang/lib/Frontend/
DFrontendAction.cpp156 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()