Home
last modified time | relevance | path

Searched refs:AddBeforeMainAction (Results 1 – 3 of 3) sorted by relevance

/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp54 return AddBeforeMainAction; in getActionType()
/external/clang/include/clang/Frontend/
DFrontendAction.h256 AddBeforeMainAction, ///< Execute the action before the main action enumerator
/external/clang/lib/Frontend/
DFrontendAction.cpp168 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
172 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()