Home | History | Annotate | Download | only in Sema

Lines Matching defs:Key

1563   // that the key is always the unqualified canonical type of the base
4264 const void *Key = GetKeyForMember(Context, Init);
4265 if (CheckRedundantInit(*this, Init, Members[Key]) ||
4269 const void *Key = GetKeyForMember(Context, Init);
4270 if (CheckRedundantInit(*this, Init, Members[Key]))
12192 // * The class-key of the elaborated-type-specifier is required.
13249 // If this class has a key function, but that key function is
13254 // The key function is in another translation unit.
13260 "Instantiations don't have key functions");
13263 // If we have a class with no key function that is the subject