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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp442 class ObjCSummaryKey { class in namespace:__anon3458
446 ObjCSummaryKey(IdentifierInfo* ii, Selector s) function in class:__anon3458::ObjCSummaryKey
449 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) function in class:__anon3458::ObjCSummaryKey
452 ObjCSummaryKey(const ObjCInterfaceDecl *d, IdentifierInfo *ii, Selector s) function in class:__anon3458::ObjCSummaryKey
455 ObjCSummaryKey(Selector s) function in class:__anon3458::ObjCSummaryKey
464 template <> struct DenseMapInfo<ObjCSummaryKey> {
465 static inline ObjCSummaryKey getEmptyKey() {
466 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
470 static inline ObjCSummaryKey getTombstoneKey() {
471 return ObjCSummaryKey(DenseMapInf
[all...]

Completed in 24 milliseconds