Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCInstMethSignature.cpp47 QualType ResAncestor = MethAncestor->getResultType(); in CompareReturnTypes() local
49 if (!AreTypesCompatible(ResDerived, ResAncestor, Ctx)) { in CompareReturnTypes()
65 << ResAncestor.getAsString() in CompareReturnTypes()