Searched defs:typesCompatible (Results 1 – 2 of 2) sorted by relevance
137 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function
178 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg() local