ΒΆlong long clang_getNumElements(CXType T)
long long clang_getNumElements(CXType T)
Description
Return the number of elements of an array or vector type. If a type is passed in that is not an array or vector type, -1 is returned.
Declared at: clang/include/clang-c/Index.h:3899
Parameters
- CXType T