Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7266 using PostChildrenActions = SmallVector<PostChildrenAction, 0>; typedef in __anonc8ed1eca0a11::AnnotateTokensWorker
7273 PostChildrenActions ChildActions;
7318 PostChildrenActions DetermineChildActions(CXCursor Cursor) const;
7370 AnnotateTokensWorker::PostChildrenActions
7372 PostChildrenActions actions; in DetermineChildActions()