HomeSort by: relevance | last modified time | path
    Searched refs:internal_key_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 85 using internal_key_type = DeclarationNameKey;
90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) {
94 static hash_value_type ComputeHash(const internal_key_type &Key) {
98 static internal_key_type GetInternalKey(const external_key_type &Name) {
105 internal_key_type ReadKey(const unsigned char *d, unsigned);
107 void ReadDataInto(internal_key_type, const unsigned char *d,
134 using internal_key_type = StringRef;
138 static bool EqualKey(const internal_key_type& a, const internal_key_type& b)
253 struct internal_key_type { struct in class:clang::serialization::reader::HeaderFileInfoTrait
    [all...]
MultiOnDiskHashTable.h 49 using internal_key_type = typename Info::internal_key_type;
75 llvm::DenseMap<internal_key_type, data_type> Data;
161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
237 internal_key_type Key = Info::GetInternalKey(EKey);
281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
GlobalModuleIndex.cpp 76 typedef StringRef internal_key_type; typedef in class:__anon962::IdentifierIndexReaderTrait
81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
85 static hash_value_type ComputeHash(const internal_key_type& a) {
97 static const internal_key_type&
101 GetExternalKey(const internal_key_type& x) { return x; }
103 static internal_key_type ReadKey(const unsigned char* d, unsigned n) {
107 static data_type ReadData(const internal_key_type& k,
518 data_type ReadData(const internal_key_type& k,
ASTReader.cpp 856 ASTSelectorLookupTrait::internal_key_type
913 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) {
922 ASTIdentifierLookupTraitBase::internal_key_type
960 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k,
1110 ASTDeclContextNameLookupTrait::internal_key_type
1145 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type,
1826 HeaderFileInfoTrait::internal_key_type
1828 internal_key_type ikey = {FE->getSize(),
1843 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* {
1867 HeaderFileInfoTrait::internal_key_type
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 246 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
252 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
259 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
266 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
283 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
322 internal_key_type Key;
329 iterator(const internal_key_type K, const unsigned char *D, offset_type L
436 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 333 using internal_key_type = StringRef;

Completed in 64 milliseconds