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

/external/clang/lib/Serialization/
H A DASTReaderInternals.h51 struct DeclNameKey { struct in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
54 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { } function in struct:clang::serialization::reader::ASTDeclContextNameLookupTrait::DeclNameKey
58 typedef DeclNameKey internal_key_type;
68 unsigned ComputeHash(const DeclNameKey &Key) const;

Completed in 30 milliseconds