Searched refs:getDeductionCandidateKind (Results 1 – 8 of 8) sorted by relevance
1177 ->setDeductionCandidateKind(GG->getDeductionCandidateKind()); in BuildDeductionGuideForTypeAlias()1251 ->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeclareImplicitDeductionGuidesForTypeAlias()
2195 DGuide->getDeductionCandidateKind()); in VisitFunctionDecl()
10522 if (Guide1->getDeductionCandidateKind() == DeductionCandidate::Copy) in isBetterOverloadCandidate()10524 if (Guide2->getDeductionCandidateKind() == DeductionCandidate::Copy) in isBetterOverloadCandidate()
9815 GD->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeduceTemplateSpecializationFromInitializer()
2188 switch (D->getDeductionCandidateKind()) { in VisitCXXDeductionGuideDecl()
3952 ->setDeductionCandidateKind(Guide->getDeductionCandidateKind()); in VisitFunctionDecl()
2013 DeductionCandidate getDeductionCandidateKind() const { in getDeductionCandidateKind() function
784 Record.push_back(static_cast<unsigned char>(D->getDeductionCandidateKind())); in VisitCXXDeductionGuideDecl()