/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 69 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/ |
D | ExecuteCompilerInvocation.cpp | 81 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/ |
D | AnnotateFunctions.cpp | 53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonde55cb600111::AnnotateFunctionsAction
|
/external/llvm-project/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon1e2e668e0111::AnnotateFunctionsAction
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | ActionsSuggestionsHelper.java | 131 TAG, "createRemoteAction: Missing template for type " + nativeSuggestion.getActionType()); in createLabeledIntentResult() 141 ActionsSuggestionsHelper.createTitleChooser(nativeSuggestion.getActionType()); in createLabeledIntentResult()
|
D | TextClassifierImpl.java | 413 String actionType = nativeSuggestion.getActionType(); in createConversationActionResult()
|
/external/clang/docs/ |
D | ClangPlugins.rst | 121 class implements the ``getActionType`` method then the plugin is run 128 PluginASTAction::ActionType getActionType() override {
|
/external/llvm-project/clang/examples/CallSuperAttribute/ |
D | CallSuperAttrInfo.cpp | 151 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anone77009790111::CallSuperAction
|
/external/clang/include/clang/Frontend/ |
D | FrontendAction.h | 264 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | FrontendAction.h | 283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
|
/external/llvm-project/clang/docs/ |
D | ClangPlugins.rst | 171 class implements the ``getActionType`` method then the plugin is run 178 PluginASTAction::ActionType getActionType() override {
|
/external/libtextclassifier/jni/com/google/android/textclassifier/ |
D | ActionsSuggestionsModel.java | 227 public String getActionType() { in getActionType() method in ActionsSuggestionsModel.ActionSuggestion
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 156 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendAction.cpp | 188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
|