Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14613 bool isTombstoneOrEmptyKey; member
14614 DupKey(int64_t val, bool isTombstoneOrEmptyKey) in DupKey()
14615 : val(val), isTombstoneOrEmptyKey(isTombstoneOrEmptyKey) {} in DupKey()
14630 return LHS.isTombstoneOrEmptyKey == RHS.isTombstoneOrEmptyKey && in isEqual()