Searched defs:DeclNameKey (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderInternals.h54 struct DeclNameKey { struct in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
57 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { } function in struct:clang::serialization::reader::ASTDeclContextNameLookupTrait::DeclNameKey
61 typedef DeclNameKey internal_key_type;
71 hash_value_type ComputeHash(const DeclNameKey &Key) const;

Completed in 121 milliseconds