Searched refs:ObjCSummaryKey (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp455 class ObjCSummaryKey { class in namespace:__anon4062
459 ObjCSummaryKey(IdentifierInfo* ii, Selector s) function in class:__anon4062::ObjCSummaryKey
462 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) function in class:__anon4062::ObjCSummaryKey
465 ObjCSummaryKey(Selector s) function in class:__anon4062::ObjCSummaryKey
474 template <> struct DenseMapInfo<ObjCSummaryKey> {
475 static inline ObjCSummaryKey getEmptyKey() {
476 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
480 static inline ObjCSummaryKey getTombstoneKey() {
481 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(),
485 static unsigned getHashValue(const ObjCSummaryKey
[all...]

Completed in 68 milliseconds