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

/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h34 struct TranslationUnitDeps { struct in namespace:clang::tooling::dependencies
132 /// occurred, \c TranslationUnitDeps otherwise.
133 llvm::Expected<TranslationUnitDeps>
182 TranslationUnitDeps takeTranslationUnitDeps();
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp141 llvm::Expected<TranslationUnitDeps>
168 TranslationUnitDeps FullDependencyConsumer::takeTranslationUnitDeps() {
169 TranslationUnitDeps TU;

Completed in 161 milliseconds