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

/external/clang/include/clang/AST/
H A DExprCXX.h805 unsigned IsThrownVariableInScope : 1;
814 bool IsThrownVariableInScope) :
818 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
831 bool isThrownVariableInScope() const { return IsThrownVariableInScope; }
813 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, bool IsThrownVariableInScope) argument
/external/clang/lib/Sema/
H A DTreeTransform.h2223 bool IsThrownVariableInScope) {
2224 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope);
2222 RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, bool IsThrownVariableInScope) argument

Completed in 132 milliseconds