Searched refs:LVScopes (Results 1 – 9 of 9) sorted by relevance
111 LVScope *findIn(const LVScopes *Targets) const;122 std::unique_ptr<LVScopes> Scopes;207 const LVScopes *getScopes() const { return Scopes.get(); } in getScopes()287 static void markMissingParents(const LVScopes *References,288 const LVScopes *Targets,304 static bool equals(const LVScopes *References, const LVScopes *Targets);308 virtual LVScope *findEqualScope(const LVScopes *Scopes) const;358 LVScope *findEqualScope(const LVScopes *Scopes) const override;424 LVScopes MatchedScopes;580 const LVScopes &getMatchedScopes() const { return MatchedScopes; } in getMatchedScopes()[all …]
30 LVScopes ScopeStack;
72 LVScopes Scopes;301 const LVScopes &getScopes() const { return Scopes; } in getScopes()
121 LVScopes *ScopesParam);
80 using LVScopes = SmallVector<LVScope *, 8>; variable
170 Scopes = std::make_unique<LVScopes>(); in addElement() 740 if (const LVScopes *Scopes = Scope->getScopes()) in traverseParentsAndChildren() 818 LVScope *LVScope::findIn(const LVScopes *Targets) const { in outermostParent() 825 LVScopes Candidates;890 void LVScope::markMissingParents(const LVScopes *References, in markMissingParents() 891 const LVScopes *Targets, in markMissingParents() 951 LVScope *LVScope::findEqualScope(const LVScopes *Scopes) const { in equals() 959 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { in findEqualScope() 1047 LVScope *LVScopeAggregate::findEqualScope(const LVScopes *Scope in equals() [all...]
231 LVScopes ReferenceScopes; in parametersMatch()234 LVScopes TargetScopes; in parametersMatch()246 LVScopes *ScopesParam) { in getParameters()
54 if (const LVScopes *Scopes = Parent->getScopes()) { in checkIntegrityScopesTree()
715 if (const LVScopes *Scopes = CompileUnit->getScopes()) in processLines()898 if (const LVScopes *Scopes = Parent->getScopes()) in includeInlineeLines()