Home | History | Annotate | Download | only in gcmole

Lines Matching refs:scopes_

173     scopes_.push(callees);
177 scopes_.pop();
181 if (!scopes_.empty()) scopes_.top()->insert(name);
202 std::stack<CalleesSet* > scopes_;