Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2103 if (auto *DeductionGuide = ND->getDeclName().getCXXDeductionGuideTemplate()) in isAvailableForLookup() local
2104 return SemaRef.hasReachableDefinition(DeductionGuide); in isAvailableForLookup()
H A DSemaType.cpp5860 DeductionGuide in GetFullTypeForDeclarator() enumerator
5863 Kind = DeductionGuide; in GetFullTypeForDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2546 bool Unqualified, bool DeductionGuide = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5847 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide, in isConstructorDeclarator() argument
5961 if (DeductionGuide) { in isConstructorDeclarator()