Searched refs:DeductionGuide (Results 1 – 6 of 6) sorted by relevance
13 template<typename T> struct DeductionGuide {}; struct14 DeductionGuide() -> DeductionGuide<int>;15 DeductionGuide a;
1 template<typename T> struct DeductionGuide {}; struct2 DeductionGuide() -> DeductionGuide<int>;
2105 if (auto *DeductionGuide = ND->getDeclName().getCXXDeductionGuideTemplate()) in isAvailableForLookup() local2106 return SemaRef.hasReachableDefinition(DeductionGuide); in isAvailableForLookup()
5644 enum { NonMember, Member, DeductionGuide } Kind = NonMember; in GetFullTypeForDeclarator() enumerator5646 Kind = DeductionGuide; in GetFullTypeForDeclarator()
2444 bool isConstructorDeclarator(bool Unqualified, bool DeductionGuide = false);
5516 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide) { in isConstructorDeclarator() argument5617 if (DeductionGuide) { in isConstructorDeclarator()