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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 59 typedef DeclarationName external_key_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
71 internal_key_type GetInternalKey(const external_key_type& Name) const;
93 typedef StringRef external_key_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
108 GetInternalKey(const external_key_type& x) { return x; }
111 static const external_key_type&
159 typedef Selector external_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
160 typedef external_key_type internal_key_type;
173 GetInternalKey(const external_key_type& x) { return x; }
202 typedef const FileEntry *external_key_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
GlobalModuleIndex.cpp 70 typedef StringRef external_key_type; typedef in class:__anon5945::IdentifierIndexReaderTrait
91 GetInternalKey(const external_key_type& x) { return x; }
93 static const external_key_type&
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 249 typedef typename Info::external_key_type external_key_type; typedef in class:clang::OnDiskChainedHashTable
285 iterator find(const external_key_type& eKey, Info *InfoPtr = 0) {
345 typedef external_key_type value_type;
  /external/clang/lib/Lex/
PTHLexer.cpp 342 typedef const FileEntry* external_key_type; typedef in class:__anon5779::PTHFileLookupTrait
368 external_key_type; typedef in class:__anon5779::PTHStringLookupTrait
370 typedef external_key_type internal_key_type;
384 GetInternalKey(const external_key_type& x) { return x; }
638 typedef const char* external_key_type; // const char* typedef in class:__anon5780::PTHStatLookupTrait

Completed in 25 milliseconds