Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13409 struct DenseMapInfoDupKey { struct
13410 static DupKey getEmptyKey() { return DupKey(0, true); } in getEmptyKey()
13411 static DupKey getTombstoneKey() { return DupKey(1, true); } in getTombstoneKey()
13412 static unsigned getHashValue(const DupKey Key) { in getHashValue()
13415 static bool isEqual(const DupKey& LHS, const DupKey& RHS) { in isEqual()