Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h34 struct TranslationUnitDeps { struct
133 llvm::Expected<TranslationUnitDeps>
182 TranslationUnitDeps takeTranslationUnitDeps();
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp141 llvm::Expected<TranslationUnitDeps>
168 TranslationUnitDeps FullDependencyConsumer::takeTranslationUnitDeps() { in takeTranslationUnitDeps()
169 TranslationUnitDeps TU; in takeTranslationUnitDeps()
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp372 void mergeDeps(StringRef Input, TranslationUnitDeps TUDeps, in mergeDeps()
558 StringRef Input, llvm::Expected<TranslationUnitDeps> &MaybeTUDeps, in handleTranslationUnitResult()