Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h187 static bool AreCompatibleForSubsumption(const FoldExpandedConstraint &A,
272 if (Kind != Other.Kind || !AreCompatibleForSubsumption(*this, Other)) in subsumes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1664 bool FoldExpandedConstraint::AreCompatibleForSubsumption( in AreCompatibleForSubsumption() function in FoldExpandedConstraint