class DeclContext::OMPDeclareReductionDeclBitfields
Declaration
class DeclContext::OMPDeclareReductionDeclBitfields { /* full declaration omitted */ };
Description
Stores the bits used by OMPDeclareReductionDecl. If modified NumOMPDeclareReductionDeclBits and the accessor methods in OMPDeclareReductionDecl should be updated appropriately.
Declared at: clang/include/clang/AST/DeclBase.h:1577
Member Variables
- private uint64_t
- For the bits in DeclContextBitfields
- private uint64_t InitializerKind
- Kind of initializer, function call or omp_priv <init _expr> initializtion.