Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp18014 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
18015 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
18019 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
18024 } else if (!KeyFunction) { in DefineUsedVTables()
18070 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp15649 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
15652 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
15653 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
15661 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
15663 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()