Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6177 SmallVector<PostChildrenInfo, 8> PostChildrenInfos; member in __anoncb786fb90a11::AnnotateTokensWorker
6231 assert(PostChildrenInfos.empty()); in ~AnnotateTokensWorker()
6466 PostChildrenInfos.push_back(Info); in Visit()
6472 if (PostChildrenInfos.empty()) in postVisitChildren()
6474 const PostChildrenInfo &Info = PostChildrenInfos.back(); in postVisitChildren()
6500 PostChildrenInfos.pop_back(); in postVisitChildren()