reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Tooling/Execution.h
  127   llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action,

References

tools/clang/lib/Tooling/Execution.cpp
   44   return execute(std::move(Action), ArgumentsAdjuster());
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
  242       Exec->get()->execute(doc::newMapperActionFactory(CDCtx), ArgAdjuster);
tools/clang/tools/extra/clangd/indexer/IndexerMain.cpp
  121   auto Err = Executor->get()->execute(
tools/clang/unittests/Tooling/ExecutionTest.cpp
  190   auto Err = Executor.execute(newFrontendActionFactory<SyntaxOnlyAction>(),