Home | History | Annotate | Download | only in gcmole

Lines Matching full:scopes_

172     scopes_.push(callees);
176 scopes_.pop();
180 if (!scopes_.empty()) scopes_.top()->insert(name);
201 std::stack<CalleesSet* > scopes_;