Searched refs:DeductionGuide (Results 1 – 5 of 5) 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>;
2425 bool isConstructorDeclarator(bool Unqualified, bool DeductionGuide = false);
5278 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide) { in isConstructorDeclarator() argument5379 if (DeductionGuide) { in isConstructorDeclarator()
5475 enum { NonMember, Member, DeductionGuide } Kind = NonMember; in GetFullTypeForDeclarator() enumerator5477 Kind = DeductionGuide; in GetFullTypeForDeclarator()