Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeyFunction

10833     const CXXMethodDecl *KeyFunction = Context.getKeyFunction(Class);
10834 if (KeyFunction && !KeyFunction->hasBody()) {
10835 switch (KeyFunction->getTemplateSpecializationKind()) {
10847 } else if (!KeyFunction) {
10884 if (!KeyFunction ||
10885 (KeyFunction->hasBody(KeyFunctionDef) &&