Searched refs:LVScopeEnumeration (Results 1 – 3 of 3) sorted by relevance
628 class LLVM_ABI LVScopeEnumeration final : public LVScope {630 LVScopeEnumeration() : LVScope() { setIsEnumeration(); } in LVScopeEnumeration() function631 LVScopeEnumeration(const LVScopeEnumeration &) = delete;632 LVScopeEnumeration &operator=(const LVScopeEnumeration &) = delete;633 ~LVScopeEnumeration() = default;
1747 bool LVScopeEnumeration::equals(const LVScope *Scope) const { in equals()1753 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
2052 LVScopeEnumeration *Scope = static_cast<LVScopeEnumeration *>(Element); in visitKnownRecord()