Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1961 setDeductionCandidateKind(Kind); in CXXDeductionGuideDecl()
1996 void setDeductionCandidateKind(DeductionCandidate K) { in setDeductionCandidateKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2293 D->setDeductionCandidateKind( in VisitCXXDeductionGuideDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp10779 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeduceTemplateSpecializationFromInitializer()
H A DSemaTemplate.cpp2812 ->setDeductionCandidateKind(DeductionCandidate::Copy); in DeclareImplicitDeductionGuides()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3885 ->setDeductionCandidateKind(Guide->getDeductionCandidateKind()); in VisitFunctionDecl()