Home
last modified time | relevance | path

Searched refs:getTranslationUnitDependencies (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h148 llvm::Expected<TranslationUnitDeps> getTranslationUnitDependencies(
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp143 DependencyScanningTool::getTranslationUnitDependencies( in getTranslationUnitDependencies() function in DependencyScanningTool
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1100 auto MaybeTUDeps = WorkerTool.getTranslationUnitDependencies( in clang_scan_deps_main()