ΒΆunsigned int clang_Type_isTransparentTagTypedef(
CXType T)
unsigned int clang_Type_isTransparentTagTypedef(
CXType T)
Description
Determine if a typedef is 'transparent' tag. A typedef is considered 'transparent' if it shares a name and spelling location with its underlying tag type, as is the case with the NS_ENUM macro.
Declared at: clang/include/clang-c/Index.h:3930
Parameters
- CXType T
Returns
non-zero if transparent and zero otherwise.