Searched refs:LVScopeAggregate (Results 1 – 3 of 3) sorted by relevance
326 class LVScopeAggregate final : public LVScope {331 LVScopeAggregate() : LVScope() {} in LVScopeAggregate() function332 LVScopeAggregate(const LVScopeAggregate &) = delete;333 LVScopeAggregate &operator=(const LVScopeAggregate &) = delete;334 ~LVScopeAggregate() = default;
1028 bool LVScopeAggregate::equals(const LVScope *Scope) const { in printExtra() 1047 LVScope *LVScopeAggregate::findEqualScope(const LVScopes *Scopes) const { in equals() 1055 void LVScopeAggregate::printExtra(raw_ostream &OS, bool Full) const { in findEqualScope() 1062 Reference->printReference(OS, Full, const_cast<LVScopeAggregate *>(this));
1996 LVScopeAggregate *Scope = static_cast<LVScopeAggregate *>(Element); in visitKnownRecord()2460 LVScopeAggregate *Scope = static_cast<LVScopeAggregate *>(Element); in visitKnownRecord()