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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 58 typedef DeclNameKey internal_key_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
63 static bool EqualKey(const internal_key_type& a,
64 const internal_key_type& b) {
69 internal_key_type GetInternalKey(const external_key_type& Name) const;
74 internal_key_type ReadKey(const unsigned char* d, unsigned);
76 data_type ReadData(internal_key_type, const unsigned char* d,
95 typedef external_key_type internal_key_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTrait
101 static bool EqualKey(const internal_key_type& a,
102 const internal_key_type& b) {
107 static unsigned ComputeHash(const internal_key_type& a)
150 typedef external_key_type internal_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
208 typedef const char *internal_key_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
    [all...]
ASTReader.cpp 439 ASTSelectorLookupTrait::internal_key_type
487 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) {
505 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k,
642 ASTDeclContextNameLookupTrait::internal_key_type
681 ASTDeclContextNameLookupTrait::internal_key_type
716 ASTDeclContextNameLookupTrait::ReadData(internal_key_type,
861 typedef const char *internal_key_type; typedef in class:__anon5372::ASTStatLookupTrait
869 static internal_key_type GetInternalKey(const char *path) { return path; }
871 static bool EqualKey(internal_key_type a, internal_key_type b)
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 325 typedef std::pair<unsigned char, const char*> internal_key_type; typedef in class:__anon5230::PTHFileLookupCommonTrait
327 static unsigned ComputeHash(internal_key_type x) {
338 static internal_key_type ReadKey(const unsigned char* d, unsigned) {
349 static internal_key_type GetInternalKey(const FileEntry* FE) {
353 static bool EqualKey(internal_key_type a, internal_key_type b) {
357 static PTHFileData ReadData(const internal_key_type& k,
374 typedef external_key_type internal_key_type; typedef in class:__anon5230::PTHStringLookupTrait
376 static bool EqualKey(const internal_key_type& a,
377 const internal_key_type& b)
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 247 typedef typename Info::internal_key_type internal_key_type; typedef in class:clang::OnDiskChainedHashTable
269 internal_key_type key;
275 iterator(const internal_key_type k, const unsigned char* d, unsigned l,
289 const internal_key_type& iKey = InfoObj.GetInternalKey(eKey);
319 const internal_key_type& X =
391 const internal_key_type& Key = InfoObj->ReadKey(LocalPtr, L.first);
454 const internal_key_type& Key =

Completed in 655 milliseconds