GetAllScopes 函数功能获取ScopeTree中包含的所有Scope信息。 函数原型const std::vector<Scope *> &GetAllScopes() const; 参数说明无。 返回值 参数名 描述 - ScopeTree中包含的所有Scope 约束说明无。 父主题: ScopeTree类