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 433 ASTSelectorLookupTrait::internal_key_type
481 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) {
499 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k,
636 ASTDeclContextNameLookupTrait::internal_key_type
675 ASTDeclContextNameLookupTrait::internal_key_type
710 ASTDeclContextNameLookupTrait::ReadData(internal_key_type,
855 typedef const char *internal_key_type; typedef in class:__anon4923::ASTStatLookupTrait
863 static internal_key_type GetInternalKey(const char *path) { return path; }
865 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:__anon4796::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:__anon4796::PTHStringLookupTrait
376 static bool EqualKey(const internal_key_type& a,
377 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 293 milliseconds