Searched refs:LVScopeTemplatePack (Results 1 – 2 of 2) sorted by relevance
816 class LVScopeTemplatePack final : public LVScope {818 LVScopeTemplatePack() : LVScope() { setIsTemplatePack(); } in LVScopeTemplatePack() function819 LVScopeTemplatePack(const LVScopeTemplatePack &) = delete;820 LVScopeTemplatePack &operator=(const LVScopeTemplatePack &) = delete;821 ~LVScopeTemplatePack() = default;
2101 bool LVScopeTemplatePack::equals(const LVScope *Scope) const { in doPrintMatches() 2107 void LVScopeTemplatePack::printExtra(raw_ostream &OS, bool Full) const {