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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 60 typedef DeclNameKey internal_key_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
65 static bool EqualKey(const internal_key_type& a,
66 const internal_key_type& b) {
71 internal_key_type GetInternalKey(const external_key_type& Name) const;
76 internal_key_type ReadKey(const unsigned char* d, unsigned);
78 data_type ReadData(internal_key_type, const unsigned char* d,
94 typedef StringRef internal_key_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
97 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
101 static unsigned ComputeHash(const internal_key_type& a)
160 typedef external_key_type internal_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
204 struct internal_key_type { struct in class:clang::serialization::reader::HeaderFileInfoTrait
    [all...]
GlobalModuleIndex.cpp 71 typedef StringRef internal_key_type; typedef in class:__anon5943::IdentifierIndexReaderTrait
74 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
78 static unsigned ComputeHash(const internal_key_type& a) {
90 static const internal_key_type&
94 GetExternalKey(const internal_key_type& x) { return x; }
96 static internal_key_type ReadKey(const unsigned char* d, unsigned n) {
100 static data_type ReadData(const internal_key_type& k,
524 data_type ReadData(const internal_key_type& k,
ASTReader.cpp 403 ASTSelectorLookupTrait::internal_key_type
451 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) {
463 ASTIdentifierLookupTraitBase::internal_key_type
479 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k,
608 ASTDeclContextNameLookupTrait::internal_key_type
647 ASTDeclContextNameLookupTrait::internal_key_type
682 ASTDeclContextNameLookupTrait::ReadData(internal_key_type,
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 321 typedef std::pair<unsigned char, const char*> internal_key_type; typedef in class:__anon5777::PTHFileLookupCommonTrait
323 static unsigned ComputeHash(internal_key_type x) {
334 static internal_key_type ReadKey(const unsigned char* d, unsigned) {
345 static internal_key_type GetInternalKey(const FileEntry* FE) {
349 static bool EqualKey(internal_key_type a, internal_key_type b) {
353 static PTHFileData ReadData(const internal_key_type& k,
370 typedef external_key_type internal_key_type; typedef in class:__anon5777::PTHStringLookupTrait
372 static bool EqualKey(const internal_key_type& a,
373 const internal_key_type& b)
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 248 typedef typename Info::internal_key_type internal_key_type; typedef in class:clang::OnDiskChainedHashTable
270 internal_key_type key;
276 iterator(const internal_key_type k, const unsigned char* d, unsigned l,
290 const internal_key_type& iKey = InfoObj.GetInternalKey(eKey);
320 const internal_key_type& X =
392 const internal_key_type& Key = InfoObj->ReadKey(LocalPtr, L.first);
455 const internal_key_type& Key =

Completed in 86 milliseconds