Home | History | Annotate | Download | only in CodeGen

Lines Matching full:encloses

159     /// Returns true if this scope encloses I.
162 bool encloses(stable_iterator I) const { return Size <= I.Size; }
164 /// Returns true if this scope strictly encloses I: that is,
165 /// if it encloses I and is not I.
1485 /// a terminate scope encloses a try.