Home
last modified time | relevance | path

Searched refs:IsDeducible (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp751 unsigned FirstUndeducedParamIdx, Expr *IsDeducible) { in buildAssociatedConstraints() argument
754 return IsDeducible; in buildAssociatedConstraints()
890 BinaryOperatorKind::BO_LAnd, E.get(), IsDeducible); in buildAssociatedConstraints()
1158 Expr *IsDeducible = buildIsDeducibleConstraint( in BuildDeductionGuideForTypeAlias() local
1162 FirstUndeducedParamIdx, IsDeducible); in BuildDeductionGuideForTypeAlias()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def555 // IsDeducible is only used internally by clang for CTAD implementation and
557 TYPE_TRAIT_2(/*EmptySpellingName*/, IsDeducible, KEYCXX)