Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1757 auto IsExpectedEntity = [](const FunctionDecl *FD) { in IsAtLeastAsConstrained() local
1763 (void)IsExpectedEntity; in IsAtLeastAsConstrained()
1766 assert(IsExpectedEntity(FD1) && FD2 && IsExpectedEntity(FD2) && in IsAtLeastAsConstrained()