Lines Matching defs:scope_
337 : scope_(scope), raw_id_(raw_id) {}
339 const char* scope() const { return scope_; }
342 const char* scope_ = nullptr;
362 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
363 const char* scope() const { return scope_; }
367 const char* scope_ = nullptr;
398 : scope_(maybe_scoped_id.scope()), raw_id_(maybe_scoped_id.raw_id()) {}
428 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {}
431 const char* scope() const { return scope_; }
434 const char* scope_ = nullptr;