Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp13535 bool isTombstoneOrEmptyKey; member
13536 DupKey(int64_t val, bool isTombstoneOrEmptyKey) in DupKey()
13537 : val(val), isTombstoneOrEmptyKey(isTombstoneOrEmptyKey) {} in DupKey()
13552 return LHS.isTombstoneOrEmptyKey == RHS.isTombstoneOrEmptyKey && in isEqual()