Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonebe41d330111::AnnotateFunctionsAction
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DFrontendAction.h284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function