Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp446 bool hasScanned() const { return Scanned; } in hasScanned() function in __anona07bc58e0111::DependencyScanningAction
683 if (Success && !Action.hasScanned()) in computeDependencies()
686 return Success && Action.hasScanned(); in computeDependencies()