Searched refs:LVScopeFormalPack (Results 1 – 2 of 2) sorted by relevance
632 class LVScopeFormalPack final : public LVScope {634 LVScopeFormalPack() : LVScope() { setIsTemplatePack(); } in LVScopeFormalPack() function635 LVScopeFormalPack(const LVScopeFormalPack &) = delete;636 LVScopeFormalPack &operator=(const LVScopeFormalPack &) = delete;637 ~LVScopeFormalPack() = default;
1748 bool LVScopeFormalPack::equals(const LVScope *Scope) const { in printExtra() 1754 void LVScopeFormalPack::printExtra(raw_ostream &OS, bool Full) const {