Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp923 ForwardingAction *ChildAction = &ForwardingActions[Key]; in applyForwardingActions() local
924 Stack.emplace_back(ChildAction, ChildAction->Depends.begin()); in applyForwardingActions()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp7065 for (const auto &ChildAction : PostChildrenInfos.back().ChildActions) { in IsIgnoredChildCursor() local
7066 if (ChildAction.cursor == cursor && in IsIgnoredChildCursor()
7067 ChildAction.action == PostChildrenAction::Ignore) { in IsIgnoredChildCursor()
7391 for (const auto &ChildAction : Info.ChildActions) { in HandlePostPonedChildCursors() local
7392 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()
7393 HandlePostPonedChildCursor(ChildAction.cursor, in HandlePostPonedChildCursors()