Searched refs:clang_equalTypes (Results 1 – 5 of 5) sorted by relevance
137 clang_equalTypes
503 unsigned clang_equalTypes(CXType A, CXType B) { in clang_equalTypes() function
3220 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);
2008 return conf.lib.clang_equalTypes(self, other)
1336 if (!clang_equalTypes(T, CT)) { in PrintType()