Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp745 auto Conjunction = fromConstraintExpr(S, D, E[0]); in fromConstraintExprs() local
746 if (!Conjunction) in fromConstraintExprs()
752 *Conjunction = NormalizedConstraint(S.Context, std::move(*Conjunction), in fromConstraintExprs()
755 return Conjunction; in fromConstraintExprs()