Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1300 auto Found = AggregateDeductionCandidates.find(Hash); in DeclareAggregateDeductionGuideFromInitList()
1301 if (Found != AggregateDeductionCandidates.end()) { in DeclareAggregateDeductionGuideFromInitList()
1311 AggregateDeductionCandidates[Hash] = GD; in DeclareAggregateDeductionGuideFromInitList()
1353 AggregateDeductionCandidates[Hash] = GD; in DeclareAggregateDeductionGuideFromInitList()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8681 AggregateDeductionCandidates; variable