Searched refs:clang_equalTypes (Results 1 – 7 of 7) sorted by relevance
137 clang_equalTypes
503 unsigned clang_equalTypes(CXType A, CXType B) { in clang_equalTypes() function
926 unsafe { clang_equalTypes(self.x, other.x) != 0 } in eq()
3220 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);
1983 pub fn clang_equalTypes(left: CXType, right: CXType) -> c_uint;
2008 return conf.lib.clang_equalTypes(self, other)
1336 if (!clang_equalTypes(T, CT)) { in PrintType()