Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp17327 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
17328 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
17332 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
17337 } else if (!KeyFunction) { in DefineUsedVTables()
17382 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp14598 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
14601 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
14602 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
14610 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
14612 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()