File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -14860,8 +14860,6 @@ class Sema final : public SemaBase {
1486014860 UnsubstitutedConstraintSatisfactionCache;
1486114861
1486214862private:
14863- friend class CalculateConstraintSatisfaction;
14864-
1486514863 /// Caches pairs of template-like decls whose associated constraints were
1486614864 /// checked for subsumption and whether or not the first's constraints did in
1486714865 /// fact subsume the second's.
Original file line number Diff line number Diff line change @@ -50,13 +50,6 @@ struct NormalizedConstraint {
5050
5151 using OccurenceList = llvm::SmallBitVector;
5252
53- friend bool
54- substituteParameterMappings (Sema &S, NormalizedConstraint &N,
55- const MultiLevelTemplateArgumentList &MLTAL,
56- const ASTTemplateArgumentListInfo *ArgsAsWritten,
57- TemplateParameterList *TemplateParams,
58- const NamedDecl *D);
59-
6053protected:
6154 using ExprOrConcept =
6255 llvm::PointerUnion<const Expr *, const ConceptReference *>;
You can’t perform that action at this time.
0 commit comments