Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1177 ->setDeductionCandidateKind(GG->getDeductionCandidateKind()); in BuildDeductionGuideForTypeAlias()
1310 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
1352 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
1447 ->setDeductionCandidateKind(DeductionCandidate::Copy); in DeclareImplicitDeductionGuides()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1973 setDeductionCandidateKind(Kind); in CXXDeductionGuideDecl()
2009 void setDeductionCandidateKind(DeductionCandidate K) { in setDeductionCandidateKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2275 D->setDeductionCandidateKind( in VisitCXXDeductionGuideDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3952 ->setDeductionCandidateKind(Guide->getDeductionCandidateKind()); in VisitFunctionDecl()