ΒΆ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

CXType A
CXType B

Returns

non-zero if the CXTypes represent the same type and zero otherwise.