Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DRetainSummaryManager.h246 class ObjCSummaryKey {
250 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function
256 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function
282 template <> struct DenseMapInfo<ObjCSummaryKey> {
283 static inline ObjCSummaryKey getEmptyKey() {
288 static inline ObjCSummaryKey getTombstoneKey() {
299 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) {
431 ObjCSummaryKey K(D, S);
466 I = M.find(ObjCSummaryKey(S));
476 return M[ ObjCSummaryKey(S) ];
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp1096 CachedSummaries[ObjCSummaryKey(ID, S)] = Summ; in getMethodSummary()