HomeSort by relevance Sort by last modified time
    Searched refs:DeclNameKey (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Serialization/
ASTReaderInternals.h 51 struct DeclNameKey {
54 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { }
58 typedef DeclNameKey internal_key_type;
68 unsigned ComputeHash(const DeclNameKey &Key) const;
ASTReader.cpp 609 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
639 DeclNameKey Key;
679 DeclNameKey Key;
    [all...]

Completed in 27 milliseconds