Home
last modified time | relevance | path

Searched defs:getActionType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp35 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc2f6f0400111::AlwaysBeforeAction
59 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc2f6f0400111::AlwaysAfterAction
83 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc2f6f0400111::CmdAfterAction
107 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc2f6f0400111::CmdBeforeAction
/llvm-project/clang/examples/LLVMPrintFunctionNames/
H A DLLVMPrintFunctionNames.cpp68 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anoneb8baf480111::LLVMPrintFunctionNamesAction
/llvm-project/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon014ddbca0111::AnnotateFunctionsAction
/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } getActionType() function
/llvm-project/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp153 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon2e7e26350111::CallSuperAction