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 54 struct DeclNameKey {
57 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { }
61 typedef DeclNameKey internal_key_type;
71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
ASTReader.cpp 835 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
865 DeclNameKey Key;
    [all...]

Completed in 298 milliseconds