Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h36 struct TranslationUnitDeps { struct
148 llvm::Expected<TranslationUnitDeps> getTranslationUnitDependencies(
157 llvm::Expected<TranslationUnitDeps> getModuleDependencies(
211 TranslationUnitDeps takeTranslationUnitDeps();
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp142 llvm::Expected<TranslationUnitDeps>
158 llvm::Expected<TranslationUnitDeps>
172 TranslationUnitDeps FullDependencyConsumer::takeTranslationUnitDeps() { in takeTranslationUnitDeps()
173 TranslationUnitDeps TU; in takeTranslationUnitDeps()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp399 void mergeDeps(StringRef Input, TranslationUnitDeps TUDeps, in mergeDeps()
629 StringRef Input, llvm::Expected<TranslationUnitDeps> &MaybeTUDeps, in handleTranslationUnitResult()
646 llvm::Expected<TranslationUnitDeps> &MaybeTUDeps, in handleModuleResult()