Searched full:typeconstraints (Results 1 – 5 of 5) sorted by relevance
52 Moose::Util::TypeConstraints: '0'
60 "Moose::Util::TypeConstraints" : "0",
456 std::vector<SDTypeConstraint> TypeConstraints; variable471 return TypeConstraints; in getTypeConstraints()1268 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()1269 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
1843 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()1855 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()
2740 // TypeConstraints are created when the parameter list is originally parsed. in SubstParmVarDecl()2741 // The TypeConstraints can therefore reference other functions parameters in in SubstParmVarDecl()