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.cpp10798 const CXXMethodDecl *KeyFunction = Context.getKeyFunction(Class); local
10799 if (KeyFunction && !KeyFunction->hasBody()) {
10800 switch (KeyFunction->getTemplateSpecializationKind()) {
10813 } else if (!KeyFunction) {
10858 if (!KeyFunction ||
10859 (KeyFunction->hasBody(KeyFunctionDef) &&

Completed in 229 milliseconds