Searched defs:KeyFunction (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTables.cpp41 const CXXMethodDecl *KeyFunction = CGM.getContext().getKeyFunction(RD); local
42 if (!KeyFunction)
58 return KeyFunction->hasBody();
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10833 const CXXMethodDecl *KeyFunction = Context.getKeyFunction(Class); local
10834 if (KeyFunction && !KeyFunction->hasBody()) {
10835 switch (KeyFunction->getTemplateSpecializationKind()) {
10847 } else if (!KeyFunction) {
10884 if (!KeyFunction ||
10885 (KeyFunction->hasBody(KeyFunctionDef) &&

Completed in 62 milliseconds