enum CXXConstructExpr::ConstructionKind
Declared at: clang/include/clang/AST/ExprCXX.h:1464
Enumerators
Name | Value | Comment |
---|---|---|
CK_Complete | 0 | |
CK_NonVirtualBase | 1 | |
CK_VirtualBase | 2 | |
CK_Delegating | 3 |
Declared at: clang/include/clang/AST/ExprCXX.h:1464
Name | Value | Comment |
---|---|---|
CK_Complete | 0 | |
CK_NonVirtualBase | 1 | |
CK_VirtualBase | 2 | |
CK_Delegating | 3 |