ΒΆint clang_getCursorExceptionSpecificationType(
    CXCursor C)

Description

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.

Declared at: clang/include/clang-c/Index.h:3877

Parameters

CXCursor C