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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h 25 class InitOnlyAction : public FrontendAction {
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 70 case InitOnly: return std::make_unique<InitOnlyAction>();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 58 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
62 void InitOnlyAction::ExecuteAction() {

Completed in 17 milliseconds