reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprCXX.h
 1158     CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope;
 1173     return CXXThrowExprBits.IsThrownVariableInScope;
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1583   E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt();