Lines Matching defs:Key

290   hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); }  in ComputeHash()
293 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref) { in EmitKeyDataLength()
303 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { OS << Key; } in EmitKey()
348 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
363 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
475 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref Data) { in EmitKeyDataLength()
560 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
565 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
674 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
681 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
743 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
808 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
813 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref) { in EmitKeyDataLength()
824 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
875 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
882 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
989 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
996 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
1045 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
1050 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
1103 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
1110 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
1267 ContextTableKey Key(RawParentCtxID, static_cast<uint8_t>(Kind), NameID); in addObjCContext() local
1349 ContextTableKey Key(Ctx, VariableID); in addGlobalVariable() local
1358 ContextTableKey Key(Ctx, NameID); in addGlobalFunction() local
1372 ContextTableKey Key(Ctx, TagID); in addTag() local
1380 ContextTableKey Key(Ctx, TypedefID); in addTypedef() local