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

/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp298 unsigned ParentIndex = 1; local
299 for (; (ParentIndex + 1) <= Parents.size() && isa<ImplicitCastExpr>(Parent);
300 ++ParentIndex) {
302 Parents[Parents.size() - ParentIndex - 1].get().Node.get<Stmt>();
310 Node = Parents[Parents.size() - ParentIndex];
311 for (; ParentIndex != 0; --ParentIndex)
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp613 /// Adds all regions from \c ParentIndex to the top of the stack to the
615 void popRegions(size_t ParentIndex) { argument
616 assert(RegionStack.size() >= ParentIndex && "parent not in stack");
617 while (RegionStack.size() > ParentIndex) {
623 : RegionStack[ParentIndex].getEndLoc();

Completed in 355 milliseconds