Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h54 struct DeclNameKey { struct
57 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { } in DeclNameKey() function
61 typedef DeclNameKey internal_key_type;
71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
H A DASTReader.cpp851 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { in ComputeHash()
881 DeclNameKey Key; in GetInternalKey()
921 DeclNameKey Key; in ReadKey()