class Stmt::CXXThrowExprBitfields
Declaration
class Stmt::CXXThrowExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:670
Member Variables
- private unsigned int
- private unsigned int IsThrownVariableInScope
- Whether the thrown variable (if any) is in scope.
- private clang::SourceLocation ThrowLoc
- The location of the "throw".