enum class FunctionDefinitionKind
Description
Described the kind of function definition (if any) provided for a function.
Declared at: clang/include/clang/Sema/DeclSpec.h:1755
Enumerators
Name | Value | Comment |
---|---|---|
Declaration | 0 | |
Definition | 1 | |
Defaulted | 2 | |
Deleted | 3 |