enum class Sema::FnBodyKind
Declared at: clang/include/clang/Sema/Sema.h:2987
Enumerators
Name | Value | Comment |
---|---|---|
Other | 0 | C++ [dcl.fct.def.general]p1 function-body: ctor-initializer[opt] compound-statement function-try-block |
Default | 1 | = default ; |
Delete | 2 | = delete ; |