Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp15079 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
15080 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
15084 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
15089 } else if (!KeyFunction) { in DefineUsedVTables()
15134 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp13230 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
13233 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
13234 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
13242 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
13244 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()