Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1193 bool IsThrownVariableInScope) in CXXThrowExpr() argument
1196 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()
1212 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
H A DStmt.h677 unsigned IsThrownVariableInScope : 1; in alignas() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1822 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h3128 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
3129 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()