ΒΆint clang_getExceptionSpecificationType(CXType T)

Description

Retrieve the exception specification type associated with a function type. This is a value of type CXCursor_ExceptionSpecificationKind. If a non-function type is passed in, an error code of -1 is returned.

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

Parameters

CXType T