clang_equalTypes

Determine whether two CXTypes represent the same type.

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

extern (C) @nogc @trusted nothrow pure
uint
clang_equalTypes
(
const CXType A
,
const CXType B
)

Meta