Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp56 struct DecompositionDeclName { struct
103 struct DenseMapInfo<DecompositionDeclName> {
105 static DecompositionDeclName getEmptyKey() { in getEmptyKey()
108 static DecompositionDeclName getTombstoneKey() { in getTombstoneKey()
111 static unsigned getHashValue(DecompositionDeclName Key) { in getHashValue()
115 static bool isEqual(DecompositionDeclName LHS, DecompositionDeclName RHS) { in isEqual()
136 llvm::DenseMap<DecompositionDeclName, unsigned>
166 DecompositionDeclName Name{DD->bindings()}; in getManglingNumber()