Home | History | Annotate | Download | only in AST

Lines Matching defs:Key

1978   // If a class isn't polymorphic it doesn't have a key function.
1982 // A class that is not externally visible doesn't have a key function. (Or
1983 // at least, there's no point to assigning a key function to such a class;
1988 // Template instantiations don't have key functions per Itanium C++ ABI 5.2.6.
2029 // While compiler may see key method in this TU, during CUDA
2043 // If the key function is dllimport but the class isn't, then the class has
2044 // no key function. The DLL that exports the key function won't export the
2975 assert(RD->getDefinition() && "Cannot get key function for forward decl!");
2979 // 1) computing the key function might trigger deserialization, which might
3000 // the correct key for the KeyFunctions hash.
3052 const ObjCContainerDecl *Key =
3054 if (const ASTRecordLayout *Entry = ObjCLayouts[Key])
3080 ObjCLayouts[Key] = NewEntry;