Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1667 class ExtractTypeForDeductionGuide class
1668 : public TreeTransform<ExtractTypeForDeductionGuide> {
1670 typedef TreeTransform<ExtractTypeForDeductionGuide> Base;
1671 ExtractTypeForDeductionGuide(Sema &SemaRef) : Base(SemaRef) {} in ExtractTypeForDeductionGuide() function in __anoncad16d200411::ExtractTypeForDeductionGuide
1923 NewDI = ExtractTypeForDeductionGuide(SemaRef).transform(NewDI); in transformFunctionTypeParam()