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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp585 if (const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(*I)) {
587 if (KeyFunction->hasBody(Definition))
H A DSemaDeclCXX.cpp12252 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); local
12253 if (KeyFunction && !KeyFunction->hasBody()) {
12257 KeyFunction->getTemplateSpecializationKind();
12262 } else if (!KeyFunction) {
12307 if (!KeyFunction ||
12308 (KeyFunction->hasBody(KeyFunctionDef) &&

Completed in 195 milliseconds