Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp468 const ObjCObjectPointerType *MostInformativeCandidate, ASTContext &C) { in getMostInformativeDerivedClassImpl() argument
473 assert(MostInformativeCandidate->isSpecialized()); in getMostInformativeDerivedClassImpl()
474 return MostInformativeCandidate; in getMostInformativeDerivedClassImpl()
497 MostInformativeCandidate, C); in getMostInformativeDerivedClassImpl()