Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp746 llvm::Optional<NormalizedConstraint> Conjunction; in fromConstraintExprs() local
747 Conjunction.emplace(S.Context, std::move(*First), std::move(*Second), in fromConstraintExprs()
753 NormalizedConstraint NewConjunction(S.Context, std::move(*Conjunction), in fromConstraintExprs()
755 *Conjunction = std::move(NewConjunction); in fromConstraintExprs()
757 return Conjunction; in fromConstraintExprs()