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

/external/clang/include/clang/AST/
H A DExprCXX.h590 unsigned IsThrownVariableInScope : 1;
599 bool IsThrownVariableInScope) :
603 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {}
616 bool isThrownVariableInScope() const { return IsThrownVariableInScope; }
598 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, bool IsThrownVariableInScope) argument
/external/clang/lib/Sema/
H A DTreeTransform.h1891 bool IsThrownVariableInScope) {
1892 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope);
1890 RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, bool IsThrownVariableInScope) argument

Completed in 123 milliseconds