HomeSort by: relevance | last modified time | path
    Searched refs:AddBeforeMainAction (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 54 return AddBeforeMainAction;
  /src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
CallSuperAttrInfo.cpp 152 return AddBeforeMainAction;
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 275 AddBeforeMainAction, ///< Execute the action before the main action
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 198 if ((ActionType == PluginASTAction::AddBeforeMainAction ||
204 if (ActionType == PluginASTAction::AddBeforeMainAction) {

Completed in 33 milliseconds