Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7262 struct PostChildrenAction { struct in __anonc8ed1eca0a11::AnnotateTokensWorker
7266 using PostChildrenActions = SmallVector<PostChildrenAction, 0>;
7348 ChildAction.action == PostChildrenAction::Ignore) { in IsIgnoredChildCursor()
7390 actions.push_back({cxChild, PostChildrenAction::Postpone}); in DetermineChildActions()
7395 actions.push_back({cxChild, PostChildrenAction::Ignore}); in DetermineChildActions()
7673 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()