Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1902 bool isCopyDeductionCandidate() const { in isCopyDeductionCandidate() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp677 Record.push_back(D->isCopyDeductionCandidate()); in VisitCXXDeductionGuideDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1986 if (DGuide->isCopyDeductionCandidate()) in VisitFunctionDecl()
H A DSemaOverload.cpp9837 if (Guide1->isCopyDeductionCandidate()) in isBetterOverloadCandidate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3469 ->setIsCopyDeductionCandidate(Guide->isCopyDeductionCandidate()); in VisitFunctionDecl()