Searched refs:AddBeforeMainAction (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp54 return AddBeforeMainAction;
/openbsd-current/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp36 return AddBeforeMainAction;
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h278 AddBeforeMainAction, ///< Execute the action before the main action enumerator in enum:clang::PluginASTAction::ActionType
/openbsd-current/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp154 return AddBeforeMainAction;
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp204 ActionType = PluginASTAction::AddBeforeMainAction;
209 if ((ActionType == PluginASTAction::AddBeforeMainAction ||
215 if (ActionType == PluginASTAction::AddBeforeMainAction) {

Completed in 73 milliseconds