Home
last modified time | relevance | path

Searched refs:IsThrownVariableInScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h883 unsigned IsThrownVariableInScope : 1; variable
892 bool IsThrownVariableInScope) : in CXXThrowExpr() argument
896 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {} in CXXThrowExpr()
909 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1358 E->IsThrownVariableInScope = Record[Idx++]; in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h2471 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
2472 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()