Lines Matching defs:StackComponents
3903 StackComponents,
3906 return !StackComponents.empty();
3909 return StackComponents.size() == 1 ||
3911 llvm::drop_begin(llvm::reverse(StackComponents)),
4010 StackComponents,
4014 StackComponents.back().getAssociatedExpression())
4086 StackComponents,
4090 for (const auto &SC : llvm::reverse(StackComponents)) {
20560 StackComponents,
20564 assert(!StackComponents.empty() &&
20566 assert(StackComponents.back().getAssociatedDeclaration() == VD &&
20571 const Expr *RE = StackComponents.front().getAssociatedExpression();
20579 auto SI = StackComponents.rbegin();
20580 auto SE = StackComponents.rend();
20713 CI != CE ? CurComponents.begin() : StackComponents.begin();
20714 auto End = CI != CE ? CurComponents.end() : StackComponents.end();