Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp13252 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
13253 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
13257 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
13262 } else if (!KeyFunction) { in DefineUsedVTables()
13306 if (!KeyFunction || in DefineUsedVTables()
13307 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
DSemaDecl.cpp11147 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
11150 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
11151 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
11159 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
11161 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()