Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2100 if (auto *DeductionGuide = ND->getDeclName().getCXXDeductionGuideTemplate()) in isAvailableForLookup() local
2101 return SemaRef.hasReachableDefinition(DeductionGuide); in isAvailableForLookup()
H A DSemaType.cpp5722 enum { NonMember, Member, DeductionGuide } Kind = NonMember; in GetFullTypeForDeclarator() enumerator
5724 Kind = DeductionGuide; in GetFullTypeForDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2515 bool Unqualified, bool DeductionGuide = false,
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp5643 bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide, in isConstructorDeclarator() argument
5748 if (DeductionGuide) { in isConstructorDeclarator()