Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h208 class ObjCSummaryKey {
212 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function
218 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function
248 template <> struct DenseMapInfo<ObjCSummaryKey> {
249 static inline ObjCSummaryKey getEmptyKey() {
254 static inline ObjCSummaryKey getTombstoneKey() {
265 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) {
399 ObjCSummaryKey K(D, S);
434 I = M.find(ObjCSummaryKey(S));
444 return M[ ObjCSummaryKey(S) ];
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1175 CachedSummaries[ObjCSummaryKey(ID, S)] = Summ; in getMethodSummary()