Home
last modified time | relevance | path

Searched refs:setDeductionCandidateKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1229 DGuide->setDeductionCandidateKind(GG->getDeductionCandidateKind()); in BuildDeductionGuideForTypeAlias()
1372 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
1413 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
1508 ->setDeductionCandidateKind(DeductionCandidate::Copy); in DeclareImplicitDeductionGuides()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2002 setDeductionCandidateKind(Kind); in CXXDeductionGuideDecl()
2066 void setDeductionCandidateKind(DeductionCandidate K) { in setDeductionCandidateKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2300 D->setDeductionCandidateKind( in VisitCXXDeductionGuideDecl()