Home | History | Annotate | Download | only in Sema

Lines Matching refs:isThrownVariableInScope

2031                                  bool IsThrownVariableInScope) {
2032 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope);
7439 E->isThrownVariableInScope());