Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp46 QualType ResAncestor = MethAncestor->getReturnType(); in CompareReturnTypes() local
48 if (!AreTypesCompatible(ResDerived, ResAncestor, Ctx)) { in CompareReturnTypes()
62 << ResAncestor in CompareReturnTypes()