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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 273 Cmdline, ///< Action is determined by the cc1 command-line
280 /// \return The action type. If the type is Cmdline then by default the
283 virtual ActionType getActionType() { return Cmdline; }
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 82 P->getActionType() != PluginASTAction::Cmdline) ||
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 189 if (ActionType == PluginASTAction::Cmdline) {

Completed in 24 milliseconds