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 53 struct DeclNameKey {
56 DeclNameKey() : Kind((DeclarationName::NameKind)0), Data(0) { }
60 typedef DeclNameKey internal_key_type;
70 unsigned ComputeHash(const DeclNameKey &Key) const;
ASTReader.cpp 581 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
611 DeclNameKey Key;
651 DeclNameKey Key;
    [all...]

Completed in 24 milliseconds