ΒΆCXType clang_getElementType(CXType T)

Description

Return the element type of an array, complex, or vector type. If a type is passed in that is not an array, complex, or vector type, an invalid type is returned.

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

Parameters

CXType T