Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7117 for (const auto &ChildAction : PostChildrenInfos.back().ChildActions) { in IsIgnoredChildCursor() local
7118 if (ChildAction.cursor == cursor && in IsIgnoredChildCursor()
7119 ChildAction.action == PostChildrenAction::Ignore) { in IsIgnoredChildCursor()
7443 for (const auto &ChildAction : Info.ChildActions) { in HandlePostPonedChildCursors() local
7444 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()
7445 HandlePostPonedChildCursor(ChildAction.cursor, in HandlePostPonedChildCursors()