Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendAction.h254 Cmdline, ///< Action is determined by the cc1 command-line enumerator
264 virtual ActionType getActionType() { return Cmdline; } in getActionType()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp70 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DFrontendAction.cpp157 if (ActionType == PluginASTAction::Cmdline) { in CreateWrappedASTConsumer()