Searched defs:KeyNode (Results 1 – 3 of 3) sorted by relevance
45 struct KeyNode { struct46 size_t hash;47 KeyType key;50 bool is_valid() const { return !is_null(); } in is_valid()51 bool is_null() const { return !key; } in is_null()52 size_t hash_value() const { return hash; } in hash_value()55 static constexpr bool is_tombstone() { return false; } in is_tombstone()
395 Node *KeyNode = KVN.getKey(); in createHNodes() local
1201 bool checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, in checkDuplicateOrUnknownKey()