Home
last modified time | relevance | path

Searched defs:DupKey (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp14154 struct DupKey { struct
14155 int64_t val;
14156 bool isTombstoneOrEmptyKey;
14157 DupKey(int64_t val, bool isTombstoneOrEmptyKey) in DupKey() argument