Searched refs:clang_equalTypes (Results 1 – 5 of 5) sorted by relevance
159 clang_equalTypes
627 unsigned clang_equalTypes(CXType A, CXType B) { in clang_equalTypes() function
3630 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);
2435 return conf.lib.clang_equalTypes(self, other)
1588 if (!clang_equalTypes(T, CT)) { in PrintType()