Searched refs:substituteParameterMappings (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1428 substituteParameterMappings(Sema &S, NormalizedConstraint &N, in substituteParameterMappings() function 1434 if (substituteParameterMappings(S, N.getLHS(), Concept, MLTAL, in substituteParameterMappings() 1437 return substituteParameterMappings(S, N.getRHS(), Concept, MLTAL, in substituteParameterMappings() 1443 return substituteParameterMappings( in substituteParameterMappings() 1501 static bool substituteParameterMappings(Sema &S, NormalizedConstraint &N, in substituteParameterMappings() function 1510 return substituteParameterMappings(S, N, CSE->getNamedConcept(), MLTAL, in substituteParameterMappings() 1620 if (substituteParameterMappings(S, *New, CSE)) in fromConstraintExpr()
|