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

/external/clang/tools/libclang/
H A DCIndex.cpp5288 SmallVector<PostChildrenInfo, 8> PostChildrenInfos; member in class:__anon19512::AnnotateTokensWorker
5342 assert(PostChildrenInfos.empty());
5577 PostChildrenInfos.push_back(Info);
5583 if (PostChildrenInfos.empty())
5585 const PostChildrenInfo &Info = PostChildrenInfos.back();
5611 PostChildrenInfos.pop_back();

Completed in 116 milliseconds