Home
last modified time | relevance | path

Searched refs:AreTypesCompatible (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCInstMethSignature.cpp30 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() function
49 if (!AreTypesCompatible(ResDerived, ResAncestor, Ctx)) { in CompareReturnTypes()