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 607 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
637 DeclNameKey Key;
677 DeclNameKey Key;
    [all...]

Completed in 281 milliseconds