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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 60 typedef DeclarationName external_key_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
72 internal_key_type GetInternalKey(const external_key_type& Name) const;
94 typedef StringRef external_key_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
110 GetInternalKey(const external_key_type& x) { return x; }
113 static const external_key_type&
165 typedef Selector external_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
166 typedef external_key_type internal_key_type;
181 GetInternalKey(const external_key_type& x) { return x; }
210 typedef const FileEntry *external_key_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
GlobalModuleIndex.cpp 72 typedef StringRef external_key_type; typedef in class:__anon5617::IdentifierIndexReaderTrait
95 GetInternalKey(const external_key_type& x) { return x; }
97 static const external_key_type&
ASTReader.cpp     [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 207 /// typedef ExampleKey external_key_type; // The type to pass to find().
219 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
243 typedef typename Info::external_key_type external_key_type; typedef in class:llvm::OnDiskChainedHashTable
283 iterator find(const external_key_type &EKey, Info *InfoPtr = 0) {
377 typedef typename base_type::external_key_type external_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
398 typedef external_key_type value_type;
  /external/clang/lib/Lex/
PTHLexer.cpp 348 typedef const FileEntry* external_key_type; typedef in class:PTHManager::PTHFileLookupTrait
372 typedef const std::pair<const char*, unsigned> external_key_type; typedef in class:PTHManager::PTHStringLookupTrait
373 typedef external_key_type internal_key_type;
389 GetInternalKey(const external_key_type& x) { return x; }
649 typedef const char* external_key_type; // const char* typedef in class:__anon5422::PTHStatLookupTrait
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 221 typedef StringRef external_key_type; typedef in class:llvm::IndexedInstrProf::HashT

Completed in 217 milliseconds