Home
last modified time | relevance | path

Searched defs:Controller (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp76 CallbackActionController Controller(nullptr); in getDependencyFile() local
129 P1689ActionController Controller; in getP1689ModuleDependencyFile() local
147 CallbackActionController Controller(LookupModuleOutput); in getTranslationUnitDependencies() local
160 CallbackActionController Controller(LookupModuleOutput); in getModuleDependencies() local
H A DDependencyScanningWorker.cpp286 DependencyActionController &Controller, in DependencyScanningAction() argument
467 DependencyActionController &Controller; global() member in __anond7e831410111::DependencyScanningAction
509 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,std::optional<StringRef> ModuleName) computeDependencies() argument
592 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,DiagnosticConsumer & DC,std::optional<StringRef> ModuleName) computeDependencies() argument
H A DModuleDepCollector.cpp739 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,CompilerInstance & ScanInstance,DependencyConsumer & C,DependencyActionController & Controller,CompilerInvocation OriginalCI,PrebuiltModuleVFSMapT PrebuiltModuleVFSMap,ScanningOptimizations OptimizeArgs,bool EagerLoadModules,bool IsStdModuleP1689Format) ModuleDepCollector() argument
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-nodebug.m9 @implementation Controller { implementation
H A Ddebug-info-lifetime-crash.m8 @implementation Controller { implementation
/llvm-project/clang/tools/scan-view/share/
H A Dstartfile.py30 class Controller(BaseController): class
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h243 DependencyActionController &Controller; global() variable
/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp64 FDRController<> *Controller = nullptr; member