Searched refs:TypeConstraintInfo (Results 1 – 3 of 3) sorted by relevance
294 TypeConstraintInfo; variable300 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()
101 TypeConstraintInfo.getPointer().get<TemplateParameterList *>(); in getTypeConstraint()
1919 TypeConstraintInfo(TPL, false) { in ReturnTypeRequirement()1931 TypeConstraintInfo.setInt(Dependent ? true : false); in ReturnTypeRequirement()