Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1904 bool isCopyDeductionCandidate() const { in isCopyDeductionCandidate() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp679 Record.push_back(D->isCopyDeductionCandidate()); in VisitCXXDeductionGuideDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2048 if (DGuide->isCopyDeductionCandidate()) in VisitFunctionDecl()
H A DSemaOverload.cpp9837 if (Guide1->isCopyDeductionCandidate()) in isBetterOverloadCandidate()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3518 ->setIsCopyDeductionCandidate(Guide->isCopyDeductionCandidate()); in VisitFunctionDecl()