Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18711 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
18712 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
18716 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
18721 } else if (!KeyFunction) { in DefineUsedVTables()
18767 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp16238 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
16241 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
16242 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
16250 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
16252 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()