Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h602 struct DependentActionInfo final {
612 DependentActionInfo(const ToolChain *DependentToolChain, in DependentActionInfo() function
623 SmallVector<DependentActionInfo, 6> DependentActionInfoArray;
636 ArrayRef<DependentActionInfo> getDependentActionsInfo() const { in getDependentActionsInfo()