Home | History | Annotate | Download | only in Sema

Lines Matching refs:isThrownVariableInScope

2223                                  bool IsThrownVariableInScope) {
2224 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope);
7885 E->isThrownVariableInScope());