Searched refs:IsThrownVarInScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp580 bool IsThrownVarInScope = false; local
598 IsThrownVarInScope = true;
612 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
616 bool IsThrownVarInScope) {
626 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
633 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);
638 bool IsThrownVarInScope) {
689 if (IsThrownVarInScope)
697 IsThrownVarInScope);
615 BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, bool IsThrownVarInScope) argument
637 CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E, bool IsThrownVarInScope) argument
/external/clang/include/clang/Sema/
H A DSema.h4272 bool IsThrownVarInScope);
4274 bool IsThrownVarInScope);

Completed in 89 milliseconds