Lines Matching defs:StackComponents
3897 StackComponents,
3900 return !StackComponents.empty();
3903 return StackComponents.size() == 1 ||
3905 llvm::drop_begin(llvm::reverse(StackComponents)),
4003 StackComponents,
4007 StackComponents.back().getAssociatedExpression())
4078 StackComponents,
4082 for (const auto &SC : llvm::reverse(StackComponents)) {
20750 StackComponents,
20754 assert(!StackComponents.empty() &&
20756 assert(StackComponents.back().getAssociatedDeclaration() == VD &&
20761 const Expr *RE = StackComponents.front().getAssociatedExpression();
20769 auto SI = StackComponents.rbegin();
20770 auto SE = StackComponents.rend();
20903 CI != CE ? CurComponents.begin() : StackComponents.begin();
20904 auto End = CI != CE ? CurComponents.end() : StackComponents.end();