Home
last modified time | relevance | path

Searched refs:TypeConstraintInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprConcepts.h294 TypeConstraintInfo; variable
300 ReturnTypeRequirement() : TypeConstraintInfo(nullptr, false) {} in ReturnTypeRequirement()
305 TypeConstraintInfo(SubstDiag, false) {} in ReturnTypeRequirement()
316 return TypeConstraintInfo.getInt(); in isDependent()
327 return TypeConstraintInfo.getPointer().isNull(); in isEmpty()
332 TypeConstraintInfo.getPointer().is<SubstitutionDiagnostic *>(); in isSubstitutionFailure()
337 TypeConstraintInfo.getPointer().is<TemplateParameterList *>(); in isTypeConstraint()
342 return TypeConstraintInfo.getPointer().get<SubstitutionDiagnostic *>(); in getSubstitutionDiagnostic()
349 return TypeConstraintInfo.getPointer().get<TemplateParameterList *>(); in getTypeConstraintTemplateParameterList()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprConcepts.cpp101 TypeConstraintInfo.getPointer().get<TemplateParameterList *>(); in getTypeConstraint()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaConcept.cpp1919 TypeConstraintInfo(TPL, false) { in ReturnTypeRequirement()
1931 TypeConstraintInfo.setInt(Dependent ? true : false); in ReturnTypeRequirement()