Searched refs:mutable_containing_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Dscope.h110 // See the const_/mutable_containing_ var declaraions below. Yes, it's a
112 Scope* mutable_containing() { return mutable_containing_; }
113 const Scope* mutable_containing() const { return mutable_containing_; }
116 return mutable_containing_ ? mutable_containing_ : const_containing_;
318 Scope* mutable_containing_; member in class:Scope
H A Dscope.cc30 mutable_containing_(NULL),
38 mutable_containing_(parent),
46 mutable_containing_(NULL),
77 if (mutable_containing_)
78 return mutable_containing_->GetValue(ident, counts_as_used);
93 if (mutable_containing_)
94 return mutable_containing_->GetMutableValue(ident, counts_as_used);
342 } else if (mutable_containing_) {
345 result = mutable_containing_->MakeClosure();

Completed in 84 milliseconds