Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1204 bool IsThrownVariableInScope) in CXXThrowExpr() argument
1207 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()
1223 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
H A DStmt.h798 unsigned IsThrownVariableInScope : 1; in alignas()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1858 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3311 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
3312 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()