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