| EHScopeStack.h | 115 /// Returns true if this scope encloses I. 118 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator 120 /// Returns true if this scope strictly encloses I: that is, 121 /// if it encloses I and is not I.
|