Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6981 struct PostChildrenAction { struct in __anon2c39628a0a11::AnnotateTokensWorker
6985 using PostChildrenActions = SmallVector<PostChildrenAction, 0>;
7067 ChildAction.action == PostChildrenAction::Ignore) { in IsIgnoredChildCursor()
7109 actions.push_back({cxChild, PostChildrenAction::Postpone}); in DetermineChildActions()
7114 actions.push_back({cxChild, PostChildrenAction::Ignore}); in DetermineChildActions()
7392 if (ChildAction.action == PostChildrenAction::Postpone) { in HandlePostPonedChildCursors()