Home
last modified time | relevance | path

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

/llvm-project/clang/test/Modules/Inputs/cxx17/
H A Dunimported.h1 template<typename T> struct DeductionGuide {}; struct
/llvm-project/clang/test/Modules/
H A Dcxx17.cpp13 template<typename T> struct DeductionGuide {}; struct
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6237 isConstructorDeclarator(bool IsUnqualified,bool DeductionGuide,DeclSpec::FriendSpecified IsFriend,const ParsedTemplateInfo * TemplateInfo) isConstructorDeclarator() argument
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2124 if (auto *DeductionGuide = ND->getDeclName().getCXXDeductionGuideTemplate()) isAvailableForLookup() local
H A DSemaType.cpp5373 DeductionGuide GetFullTypeForDeclarator() enumerator