Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp19035 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
19040 } else if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
19047 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
19052 } else if (!KeyFunction) { in DefineUsedVTables()
19098 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp16513 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
16516 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
16517 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
16525 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
16527 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()