Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
73 bool operator!=(const Inputs& that) const { return !(*this == that); }
94 fUsage = Analysis::GetUsage(*this);
127 return *this;
135 return !(*this == other);
169 // Can be used to iterate over *all* elements in this Program, both owned and shared (builtin).
172 ElementsCollection elements() const { return ElementsCollection(*this); }
176 for (const ProgramElement* e : this->elements()) {
191 // Contains *only* elements owned exclusively by this program.
193 // Contains *only* elements owned by a built-in module that are included in this program.