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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp47 QualType ResAncestor = MethAncestor->getReturnType(); local
49 if (!AreTypesCompatible(ResDerived, ResAncestor, Ctx)) {
65 << ResAncestor.getAsString()

Completed in 47 milliseconds