ΒΆunsigned int clang_equalTypes(CXType A, CXType B)
unsigned int clang_equalTypes(CXType A, CXType B)
Description
Determine whether two CXTypes represent the same type.
Declared at: clang/include/clang-c/Index.h:3697
Parameters
Returns
non-zero if the CXTypes represent the same type and zero otherwise.