Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderInternals.h54 struct DeclNameKey { struct
57 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { } in DeclNameKey() argument
61 typedef DeclNameKey internal_key_type;
71 static hash_value_type ComputeHash(const DeclNameKey &Key);
HDASTReader.cpp848 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) { in ComputeHash()
878 DeclNameKey Key; in GetInternalKey()
918 DeclNameKey Key; in ReadKey()
6329 ASTDeclContextNameLookupTrait::DeclNameKey NameKey;