Searched refs:clang_equalTypes (Results 1 – 5 of 5) sorted by relevance
131 clang_equalTypes
493 unsigned clang_equalTypes(CXType A, CXType B) { in clang_equalTypes() function
3153 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);
1954 return conf.lib.clang_equalTypes(self, other)
1320 if (!clang_equalTypes(T, CT)) { in PrintType()