Home | History | Annotate | Download | only in Sema

Lines Matching defs:Key

11152         // Update the key-function state if necessary for this ABI.
11157 // If the newly-chosen key function is already defined, then we
11164 // We just defined they key function; mark the vtable as used.
11641 /// \brief Determine if tag kind is a class-key compatible with
11659 // The class-key or enum keyword present in the
11667 // refer to an enumeration (7.2), the union class-key shall be
11669 // struct class-key shall be used to refer to a class (clause 9)
11670 // declared using the class or struct class-key.
12098 // class-key identifier
14169 static unsigned getHashValue(const DupKey Key) {
14170 return (unsigned)(Key.val * 37);
14218 DupKey Key = GetDupKey(ECD->getInitVal());
14219 DeclOrVector &Entry = EnumMap[Key];
14232 DupKey Key = GetDupKey(ECD->getInitVal());
14234 DeclOrVector& Entry = EnumMap[Key];