Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Driver/
DAction.h621 ArrayRef<DependentActionInfo> getDependentActionsInfo() const { in getDependentActionsInfo() function
/external/llvm-project/clang/lib/Driver/
DDriver.cpp4544 for (auto &UI : UA->getDependentActionsInfo()) { in BuildJobsForActionNoCache()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp7350 auto DepInfo = UA.getDependentActionsInfo(); in ConstructJobMultipleOutputs()