Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7033 struct PostChildrenAction { struct in __anondcfcb7bb0a11::AnnotateTokensWorker
7037 using PostChildrenActions = SmallVector<PostChildrenAction, 0>;
7119 ChildAction.action == PostChildrenAction::Ignore) { in IsIgnoredChildCursor()
7161 actions.push_back({cxChild, PostChildrenAction::Postpone}); in DetermineChildActions()
7166 actions.push_back({cxChild, PostChildrenAction::Ignore}); in DetermineChildActions()
7444 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()