Searched refs:internal_key_type (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderInternals.h58 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
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...]
H A DASTReader.cpp433 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:__anon3359::ASTStatLookupTrait
863 static internal_key_type GetInternalKey(const char *path) { return path; }
865 static bool EqualKey(internal_key_type a, internal_key_type
880 ReadData(const internal_key_type, const unsigned char *d, unsigned ) argument
1417 ReadData(const internal_key_type, const unsigned char *d, unsigned DataLen) argument
[all...]
/external/clang/lib/Lex/
H A DPTHLexer.cpp325 typedef std::pair<unsigned char, const char*> internal_key_type; typedef in class:__anon3232::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:__anon3232::PTHStringLookupTrait
376 static bool EqualKey(const internal_key_type& a,
377 const internal_key_type
[all...]
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h248 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 94 milliseconds