clang_getCursorExceptionSpecificationType

Retrieve the exception specification type associated with a given cursor. This is a value of type CXCursor_ExceptionSpecificationKind.

This only returns a valid result if the cursor refers to a function or method.

extern (C) @nogc @trusted nothrow pure
int
clang_getCursorExceptionSpecificationType
(
const CXCursor C
)

Meta