Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp13188 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
13189 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
13193 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
13198 } else if (!KeyFunction) { in DefineUsedVTables()
13242 if (!KeyFunction || in DefineUsedVTables()
13243 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
DSemaDecl.cpp10641 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
10644 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
10645 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
10653 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
10655 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()