Home
last modified time | relevance | path

Searched refs:getDeductionCandidateKind (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2000 DeductionCandidate getDeductionCandidateKind() const { in getDeductionCandidateKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp746 Record.push_back(static_cast<unsigned char>(D->getDeductionCandidateKind())); in VisitCXXDeductionGuideDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2156 DGuide->getDeductionCandidateKind()); in VisitFunctionDecl()
H A DSemaOverload.cpp10517 if (Guide1->getDeductionCandidateKind() == DeductionCandidate::Copy) in isBetterOverloadCandidate()
10519 if (Guide2->getDeductionCandidateKind() == DeductionCandidate::Copy) in isBetterOverloadCandidate()
H A DSemaInit.cpp10690 GD->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeduceTemplateSpecializationFromInitializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3885 ->setDeductionCandidateKind(Guide->getDeductionCandidateKind()); in VisitFunctionDecl()