14#ifndef LLVM_CLANG_TOOLING_ALLTUSEXECUTION_H 
   15#define LLVM_CLANG_TOOLING_ALLTUSEXECUTION_H 
   35                     std::shared_ptr<PCHContainerOperations> PCHContainerOps =
 
   36                         std::make_shared<PCHContainerOperations>());
 
   43                     std::shared_ptr<PCHContainerOperations> PCHContainerOps =
 
   44                         std::make_shared<PCHContainerOperations>());
 
   60    OverlayFiles[FilePath] = std::string(Content);
 
 
   65  std::optional<CommonOptionsParser> OptionsParser;
 
   67  std::unique_ptr<ToolResults> Results;
 
   69  llvm::StringMap<std::string> OverlayFiles;
 
 
   74extern llvm::cl::opt<std::string> 
Filter;
 
 
The context of an execution, including the information about compilation and results.
 
The JSON file list parser is used to communicate input to InstallAPI.