Searched refs:LVScopeRoot (Results 1 – 4 of 4) sorted by relevance
124 auto PrintHeader = [this](LVScopeRoot *LHS, LVScopeRoot *RHS) { in execute()138 LVScopeRoot *ReferenceRoot = ReferenceReader->getScopesRoot(); in execute()139 LVScopeRoot *TargetRoot = TargetReader->getScopesRoot(); in execute()150 auto CompareViews = [this](LVScopeRoot *LHS, LVScopeRoot *RHS) -> Error { in execute()
2007 void LVScopeRoot::processRangeInformation() { in processRangeInformation()2020 void LVScopeRoot::transformScopedName() { in transformScopedName()2042 bool LVScopeRoot::equals(const LVScope *Scope) const { in equals()2046 void LVScopeRoot::print(raw_ostream &OS, bool Full) const { in print()2051 void LVScopeRoot::printExtra(raw_ostream &OS, bool Full) const { in printExtra()2058 Error LVScopeRoot::doPrintMatches(bool Split, raw_ostream &OS, in doPrintMatches()
782 class LVScopeRoot final : public LVScope {786 LVScopeRoot() : LVScope() { setIsRoot(); } in LVScopeRoot() function787 LVScopeRoot(const LVScopeRoot &) = delete;788 LVScopeRoot &operator=(const LVScopeRoot &) = delete;789 ~LVScopeRoot() = default;
125 LVScopeRoot *Root = nullptr;259 LVScopeRoot *getScopesRoot() const { return Root; } in getScopesRoot()