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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
DependencyOutputOptions.h 1 //===--- DependencyOutputOptions.h ------------------------------*- C++ -*-===//
31 /// DependencyOutputOptions - Options for controlling the compiler dependency
33 class DependencyOutputOptions {
80 DependencyOutputOptions()
Utils.h 19 #include "clang/Frontend/DependencyOutputOptions.h"
120 DependencyFileGenerator(const DependencyOutputOptions &Opts);
197 const DependencyOutputOptions &DepOpts,
CompilerInvocation.h 18 #include "clang/Frontend/DependencyOutputOptions.h"
139 DependencyOutputOptions DependencyOutputOpts;
157 DependencyOutputOptions &getDependencyOutputOpts() {
161 const DependencyOutputOptions &getDependencyOutputOpts() const {
CompilerInstance.h 260 DependencyOutputOptions &getDependencyOutputOpts() {
263 const DependencyOutputOptions &getDependencyOutputOpts() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningWorker.h 26 class DependencyOutputOptions;
37 virtual void handleFileDependency(const DependencyOutputOptions &Opts,
ModuleDepCollector.h 160 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
183 std::unique_ptr<DependencyOutputOptions> Opts;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningTool.cpp 53 void handleFileDependency(const DependencyOutputOptions &Opts,
56 this->Opts = std::make_unique<DependencyOutputOptions>(Opts);
74 DependencyPrinter(DependencyOutputOptions &Opts,
92 std::unique_ptr<DependencyOutputOptions> Opts;
123 void handleFileDependency(const DependencyOutputOptions &Opts,
DependencyScanningWorker.cpp 29 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts,
43 std::unique_ptr<DependencyOutputOptions> Opts;
110 auto Opts = std::make_unique<DependencyOutputOptions>(
ModuleDepCollector.cpp 238 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp 9 #include "clang/Frontend/DependencyOutputOptions.h"
22 const DependencyOutputOptions &DepOpts;
33 const DependencyOutputOptions &DepOpts,
82 const DependencyOutputOptions &DepOpts,
DependencyFile.cpp 16 #include "clang/Frontend/DependencyOutputOptions.h"
188 const DependencyOutputOptions &Opts)
CompilerInstance.cpp 495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
1136 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
CompilerInvocation.cpp 35 #include "clang/Frontend/DependencyOutputOptions.h"
1967 GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts,
1970 const DependencyOutputOptions &DependencyOutputOpts = Opts;
2005 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts,
2011 DependencyOutputOptions &DependencyOutputOpts = Opts;

Completed in 23 milliseconds