Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14156 bool isTombstoneOrEmptyKey; member
14157 DupKey(int64_t val, bool isTombstoneOrEmptyKey) in DupKey()
14158 : val(val), isTombstoneOrEmptyKey(isTombstoneOrEmptyKey) {} in DupKey()
14173 return LHS.isTombstoneOrEmptyKey == RHS.isTombstoneOrEmptyKey && in isEqual()