Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Driver/
DAction.h587 struct DependentActionInfo final {
597 DependentActionInfo(const ToolChain *DependentToolChain, in DependentActionInfo() function
608 SmallVector<DependentActionInfo, 6> DependentActionInfoArray;
621 ArrayRef<DependentActionInfo> getDependentActionsInfo() const { in getDependentActionsInfo()