Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderInternals.h51 struct DeclNameKey { struct
54 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { } in DeclNameKey() argument
58 typedef DeclNameKey internal_key_type;
68 unsigned ComputeHash(const DeclNameKey &Key) const;
DASTReader.cpp615 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { in ComputeHash()
645 DeclNameKey Key; in GetInternalKey()
685 DeclNameKey Key; in ReadKey()