Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Modules/
H A Dcxx17.cpp13 template<typename T> struct DeductionGuide {}; struct
14 DeductionGuide() -> DeductionGuide<int>;
15 DeductionGuide a;
/llvm-project-15.0.7/clang/test/Modules/Inputs/cxx17/
H A Dunimported.h1 template<typename T> struct DeductionGuide {}; struct
2 DeductionGuide() -> DeductionGuide<int>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2105 if (auto *DeductionGuide = ND->getDeclName().getCXXDeductionGuideTemplate()) in isAvailableForLookup() local
2106 return SemaRef.hasReachableDefinition(DeductionGuide); in isAvailableForLookup()
H A DSemaType.cpp5644 enum { NonMember, Member, DeductionGuide } Kind = NonMember; in GetFullTypeForDeclarator() enumerator
5646 Kind = DeductionGuide; in GetFullTypeForDeclarator()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2444 bool isConstructorDeclarator(bool Unqualified, bool DeductionGuide = false);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5516 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide) { in isConstructorDeclarator() argument
5617 if (DeductionGuide) { in isConstructorDeclarator()