class Stmt::OpaqueValueExprBitfields
Declaration
class Stmt::OpaqueValueExprBitfields { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/Stmt.h:991
Member Variables
- private unsigned int
- private unsigned int IsUnique
- The OVE is a unique semantic reference to its source expression if this bit is set to true.
- private clang::SourceLocation Loc