Home
last modified time | relevance | path

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

/external/rust/crates/itertools/src/
Dgroupbylazy.rs5 trait KeyFunction<A> { trait
10 impl<'a, A, K, F: ?Sized> KeyFunction<A> for F
40 impl<'a, A> KeyFunction<A> for ChunkIndex {
79 F: for<'a> KeyFunction<&'a I::Item, Key=K>,
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13474 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
13475 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
13479 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
13484 } else if (!KeyFunction) { in DefineUsedVTables()
13528 if (!KeyFunction || in DefineUsedVTables()
13529 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
DSemaDecl.cpp11557 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
11560 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
11561 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
11569 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
11571 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()