Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h1199 bool IsThrownVariableInScope) in CXXThrowExpr() argument
1202 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()
1218 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
H A DStmt.h682 unsigned IsThrownVariableInScope : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1828 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h3222 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
3223 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()