Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h34 struct TranslationUnitDeps { struct
133 llvm::Expected<TranslationUnitDeps>
182 TranslationUnitDeps takeTranslationUnitDeps();
/freebsd-14.2/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()