Searched refs:substituteParameterMappings (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaConcept.cpp | 663 static bool substituteParameterMappings(Sema &S, NormalizedConstraint &N, in substituteParameterMappings() function 667 if (substituteParameterMappings(S, N.getLHS(), Concept, TemplateArgs, in substituteParameterMappings() 670 return substituteParameterMappings(S, N.getRHS(), Concept, TemplateArgs, in substituteParameterMappings() 788 if (substituteParameterMappings( in fromConstraintExpr()
|