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)
int
clang_getCursorExceptionSpecificationType

Meta