Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DItaniumCXXABI.cpp57 struct DecompositionDeclName { struct
104 struct DenseMapInfo<DecompositionDeclName> {
106 static DecompositionDeclName getEmptyKey() { in getEmptyKey()
109 static DecompositionDeclName getTombstoneKey() { in getTombstoneKey()
112 static unsigned getHashValue(DecompositionDeclName Key) { in getHashValue()
116 static bool isEqual(DecompositionDeclName LHS, DecompositionDeclName RHS) { in isEqual()
137 llvm::DenseMap<DecompositionDeclName, unsigned>
167 DecompositionDeclName Name{DD->bindings()}; in getManglingNumber()