Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7037 using PostChildrenActions = SmallVector<PostChildrenAction, 0>; typedef in __anonc7fb92a50a11::AnnotateTokensWorker
7044 PostChildrenActions ChildActions;
7089 PostChildrenActions DetermineChildActions(CXCursor Cursor) const;
7141 AnnotateTokensWorker::PostChildrenActions
7143 PostChildrenActions actions; in DetermineChildActions()