Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsThrownVarInScope

506   bool IsThrownVarInScope = false;
524 IsThrownVarInScope = true;
538 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
542 bool IsThrownVarInScope) {
549 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
556 IsThrownVarInScope));
561 bool IsThrownVarInScope) {
613 if (IsThrownVarInScope)
621 IsThrownVarInScope);