Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp471 const ObjCObjectPointerType *MostInformativeCandidate, ASTContext &C) { in getMostInformativeDerivedClassImpl() argument
476 assert(MostInformativeCandidate->isSpecialized()); in getMostInformativeDerivedClassImpl()
477 return MostInformativeCandidate; in getMostInformativeDerivedClassImpl()
500 MostInformativeCandidate, C); in getMostInformativeDerivedClassImpl()