Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h674 unsigned IsThrownVariableInScope : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1827 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3045 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument
3046 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()