Home | History | Annotate | Download | only in AST

Lines Matching defs:Key

1967   // If a class isn't polymorphic it doesn't have a key function.
1971 // A class that is not externally visible doesn't have a key function. (Or
1972 // at least, there's no point to assigning a key function to such a class;
1977 // Template instantiations don't have key functions per Itanium C++ ABI 5.2.6.
2951 assert(RD->getDefinition() && "Cannot get key function for forward decl!");
2955 // 1) computing the key function might trigger deserialization, which might
2976 // the correct key for the KeyFunctions hash.
3028 const ObjCContainerDecl *Key =
3030 if (const ASTRecordLayout *Entry = ObjCLayouts[Key])
3056 ObjCLayouts[Key] = NewEntry;