Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17532 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
17533 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
17537 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
17542 } else if (!KeyFunction) { in DefineUsedVTables()
17587 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp14654 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
14657 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
14658 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
14666 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
14668 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()