Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1027 bool IsThrownVariableInScope) in CXXThrowExpr() argument
1033 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()
1048 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
H A DStmt.h592 unsigned IsThrownVariableInScope : 1; in alignas() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1481 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h2672 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
2673 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()