Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DRetainSummaryManager.h207 class ObjCSummaryKey {
211 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function
217 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function
247 template <> struct DenseMapInfo<ObjCSummaryKey> {
248 static inline ObjCSummaryKey getEmptyKey() {
253 static inline ObjCSummaryKey getTombstoneKey() {
264 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) {
398 ObjCSummaryKey K(D, S);
433 I = M.find(ObjCSummaryKey(S));
443 return M[ ObjCSummaryKey(S) ];
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1178 CachedSummaries[ObjCSummaryKey(ID, S)] = Summ; in getMethodSummary()