Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h917 unsigned IsThrownVariableInScope : 1; variable
926 bool IsThrownVariableInScope) : in CXXThrowExpr() argument
930 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {} in CXXThrowExpr()
943 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1183 bool IsThrownVariableInScope) in CXXThrowExpr() argument
1186 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()
1202 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
DStmt.h674 unsigned IsThrownVariableInScope : 1; variable
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1826 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1374 E->IsThrownVariableInScope = Record[Idx++]; in VisitCXXThrowExpr()
/external/clang/lib/Sema/
DTreeTransform.h2544 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
2545 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h2957 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
2958 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()