Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderInternals.h54 struct DeclNameKey { struct
57 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { } in DeclNameKey() argument
61 typedef DeclNameKey internal_key_type;
71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
DASTReader.cpp884 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { in ComputeHash()
914 DeclNameKey Key; in GetInternalKey()
954 DeclNameKey Key; in ReadKey()