Searched refs:LVScopeArray (Results 1 – 3 of 3) sorted by relevance
386 class LLVM_ABI LVScopeArray final : public LVScope {388 LVScopeArray() : LVScope() { setIsArray(); } in LVScopeArray() function389 LVScopeArray(const LVScopeArray &) = delete;390 LVScopeArray &operator=(const LVScopeArray &) = delete;391 ~LVScopeArray() = default;
1095 void LVScopeArray::resolveExtra() { in resolveExtra()1166 bool LVScopeArray::equals(const LVScope *Scope) const { in equals()1181 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
1827 LVScopeArray *Array = static_cast<LVScopeArray *>(Element); in visitKnownRecord()