Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp54 return AddBeforeMainAction; in getActionType()
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp152 return AddBeforeMainAction; in getActionType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h275 AddBeforeMainAction, ///< Execute the action before the main action enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp198 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
204 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()