Home
last modified time | relevance | path

Searched refs:setSourceDeductionGuide (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1230 DGuide->setSourceDeductionGuide( in BuildDeductionGuideForTypeAlias()
1284 Transformed->setSourceDeductionGuide(DG); in DeclareImplicitDeductionGuidesForTypeAlias()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2054 void setSourceDeductionGuide(CXXDeductionGuideDecl *DG) { in setSourceDeductionGuide() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2302 D->setSourceDeductionGuide(readDeclAs<CXXDeductionGuideDecl>()); in VisitCXXDeductionGuideDecl()