Searched refs:DefaultedComparisonSynthesizer (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 8299 class DefaultedComparisonSynthesizer class 8300 : public DefaultedComparisonVisitor<DefaultedComparisonSynthesizer, 8312 DefaultedComparisonSynthesizer(Sema &S, CXXRecordDecl *RD, FunctionDecl *FD, in DefaultedComparisonSynthesizer() function in __anon3ed73ef91f11::DefaultedComparisonSynthesizer 9061 DefaultedComparisonSynthesizer(*this, RD, FD, DCK, BodyLoc).build(); in DefineDefaultedComparison() 9112 DefaultedComparisonSynthesizer(S, RD, FD, DCK, BodyLoc).build(); in ComputeDefaultedComparisonExceptionSpec()
|