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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp446 class ObjCSummaryKey { class in namespace:__anon18228
450 ObjCSummaryKey(IdentifierInfo* ii, Selector s) function in class:__anon18228::ObjCSummaryKey
453 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) function in class:__anon18228::ObjCSummaryKey
456 ObjCSummaryKey(Selector s) function in class:__anon18228::ObjCSummaryKey
465 template <> struct DenseMapInfo<ObjCSummaryKey> {
466 static inline ObjCSummaryKey getEmptyKey() {
467 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
471 static inline ObjCSummaryKey getTombstoneKey() {
472 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(),
476 static unsigned getHashValue(const ObjCSummaryKey
[all...]

Completed in 1586 milliseconds