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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp490 bool IsThrownVarInScope = false; local
508 IsThrownVarInScope = true;
522 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
526 bool IsThrownVarInScope) {
533 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
540 IsThrownVarInScope));
545 bool IsThrownVarInScope) {
597 if (IsThrownVarInScope)
605 IsThrownVarInScope);
525 BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, bool IsThrownVarInScope) argument
544 CheckCXXThrowOperand(SourceLocation ThrowLoc, Expr *E, bool IsThrownVarInScope) argument

Completed in 69 milliseconds