Home | History | Annotate | Download | only in Checkers

Lines Matching refs:getHashValue

475   static unsigned getHashValue(const ObjCSummaryKey &V) {
476 return (DenseMapInfo<IdentifierInfo*>::getHashValue(V.getIdentifier())
478 | (DenseMapInfo<Selector>::getHashValue(V.getSelector())