Home
last modified time | relevance | path

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

/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/include/clang/Frontend/
H A DFrontendAction.h283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp151 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc6678e4d0111::CallSuperAction