Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h485 const ASTConstraintSatisfaction &getConstraintSatisfaction() const { in getConstraintSatisfaction() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1251 for (auto &Record : Req->getConstraintSatisfaction()) { in diagnoseUnsatisfiedRequirement()
H A DSemaTemplateInstantiate.cpp2916 Req->getConstraintSatisfaction()); in TransformNestedRequirement()
H A DTreeTransform.h15130 Req->getInvalidConstraintEntity(), Req->getConstraintSatisfaction()); in TransformNestedRequirement()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1187 From->getConstraintSatisfaction(); in ImportNestedRequirement()