Home
last modified time | relevance | path

Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp13474 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
13475 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
13479 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
13484 } else if (!KeyFunction) { in DefineUsedVTables()
13528 if (!KeyFunction || in DefineUsedVTables()
13529 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
DSemaDecl.cpp11557 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
11560 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
11561 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
11569 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
11571 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()