Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Modules/Inputs/cxx17/
H A Dunimported.h1 template<typename T> struct DeductionGuide {}; struct
/llvm-project-15.0.7/clang/test/Modules/
H A Dcxx17.cpp13 template<typename T> struct DeductionGuide {}; struct
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5516 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide) { in isConstructorDeclarator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2105 if (auto *DeductionGuide = ND->getDeclName().getCXXDeductionGuideTemplate()) in isAvailableForLookup() local
H A DSemaType.cpp5644 enum { NonMember, Member, DeductionGuide } Kind = NonMember; in GetFullTypeForDeclarator() enumerator