Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Modules/
Dcxx17.cpp13 template<typename T> struct DeductionGuide {}; struct
14 DeductionGuide() -> DeductionGuide<int>;
15 DeductionGuide a;
/external/llvm-project/clang/test/Modules/Inputs/cxx17/
Dunimported.h1 template<typename T> struct DeductionGuide {}; struct
2 DeductionGuide() -> DeductionGuide<int>;
/external/llvm-project/clang/include/clang/Parse/
DParser.h2425 bool isConstructorDeclarator(bool Unqualified, bool DeductionGuide = false);
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp5278 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide) { in isConstructorDeclarator() argument
5379 if (DeductionGuide) { in isConstructorDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5475 enum { NonMember, Member, DeductionGuide } Kind = NonMember; in GetFullTypeForDeclarator() enumerator
5477 Kind = DeductionGuide; in GetFullTypeForDeclarator()