Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumCXXABI.cpp55 struct DecompositionDeclName { struct
78 struct DenseMapInfo<DecompositionDeclName> {
81 static DecompositionDeclName getEmptyKey() { in getEmptyKey()
84 static DecompositionDeclName getTombstoneKey() { in getTombstoneKey()
87 static unsigned getHashValue(DecompositionDeclName Key) { in getHashValue()
91 static bool isEqual(DecompositionDeclName LHS, DecompositionDeclName RHS) { in isEqual()
110 llvm::DenseMap<DecompositionDeclName, unsigned>
139 DecompositionDeclName Name{DD->bindings()}; in getManglingNumber()