Searched refs:LVScopeArray (Results 1 – 3 of 3) sorted by relevance
381 class LVScopeArray final : public LVScope {383 LVScopeArray() : LVScope() { setIsArray(); } in LVScopeArray() function384 LVScopeArray(const LVScopeArray &) = delete;385 LVScopeArray &operator=(const LVScopeArray &) = delete;386 ~LVScopeArray() = default;
1084 void LVScopeArray::resolveExtra() { in printExtra() 1155 bool LVScopeArray::equals(const LVScope *Scope) const { in resolveExtra() 1170 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in equals()
1834 LVScopeArray *Array = static_cast<LVScopeArray *>(Element); in visitKnownRecord()