OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resancestor
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp
47
QualType
ResAncestor
= MethAncestor->getReturnType();
49
if (!AreTypesCompatible(ResDerived,
ResAncestor
, Ctx)) {
65
<<
ResAncestor
.getAsString()
Completed in 53 milliseconds