Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp12971 struct DenseMapInfoDupKey { struct
12972 static DupKey getEmptyKey() { return DupKey(0, true); } in getEmptyKey()
12973 static DupKey getTombstoneKey() { return DupKey(1, true); } in getTombstoneKey()
12974 static unsigned getHashValue(const DupKey Key) { in getHashValue()
12977 static bool isEqual(const DupKey& LHS, const DupKey& RHS) { in isEqual()