Searched refs:LVScopeEnumeration (Results 1 – 3 of 3) sorted by relevance
617 class LVScopeEnumeration final : public LVScope {619 LVScopeEnumeration() : LVScope() { setIsEnumeration(); } in LVScopeEnumeration() function620 LVScopeEnumeration(const LVScopeEnumeration &) = delete;621 LVScopeEnumeration &operator=(const LVScopeEnumeration &) = delete;622 ~LVScopeEnumeration() = default;
1729 bool LVScopeEnumeration::equals(const LVScope *Scope) const { in printExtra() 1735 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const {
2058 LVScopeEnumeration *Scope = static_cast<LVScopeEnumeration *>(Element); in visitKnownRecord()