Searched defs:Controller (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 76 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 D | DependencyScanningWorker.cpp | 286 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 D | ModuleDepCollector.cpp | 739 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 D | debug-info-nodebug.m | 9 @implementation Controller { implementation
|
H A D | debug-info-lifetime-crash.m | 8 @implementation Controller { implementation
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | startfile.py | 30 class Controller(BaseController): class
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 243 DependencyActionController &Controller; global() variable
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_logging.cpp | 64 FDRController<> *Controller = nullptr; member
|