Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DAction.h591 struct DependentActionInfo final {
601 DependentActionInfo(const ToolChain *DependentToolChain, in DependentActionInfo() function
612 SmallVector<DependentActionInfo, 6> DependentActionInfoArray;
625 ArrayRef<DependentActionInfo> getDependentActionsInfo() const { in getDependentActionsInfo()