HomeSort by relevance Sort by last modified time
    Searched defs:external_key_type (Results 1 - 5 of 5) 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&
163 typedef Selector external_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
164 typedef external_key_type internal_key_type;
179 GetInternalKey(const external_key_type& x) { return x; }
208 typedef const FileEntry *external_key_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
GlobalModuleIndex.cpp 72 typedef StringRef external_key_type; typedef in class:__anon1846::IdentifierIndexReaderTrait
95 GetInternalKey(const external_key_type& x) { return x; }
97 static const external_key_type&
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 216 typedef StringRef external_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 210 /// typedef ExampleKey external_key_type; // The type to pass to find().
222 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
246 typedef typename Info::external_key_type external_key_type; typedef in class:llvm::OnDiskChainedHashTable
286 iterator find(const external_key_type &EKey, Info *InfoPtr = 0) {
380 typedef typename base_type::external_key_type external_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
401 typedef external_key_type value_type;
  /external/clang/lib/Lex/
PTHLexer.cpp 347 typedef const FileEntry* external_key_type; typedef in class:__anon1652::PTHFileLookupTrait
371 typedef const std::pair<const char*, unsigned> external_key_type; typedef in class:__anon1652::PTHStringLookupTrait
372 typedef external_key_type internal_key_type;
388 GetInternalKey(const external_key_type& x) { return x; }
659 typedef const char* external_key_type; // const char* typedef in class:__anon1653::PTHStatLookupTrait

Completed in 180 milliseconds