Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1278 ConstrainedTypeTemplateParamDecl(Node *Constraint_, Node *Name_) in ConstrainedTypeTemplateParamDecl() argument
1280 Constraint(Constraint_), Name(Name_) {} in ConstrainedTypeTemplateParamDecl()
2516 NestedRequirement(const Node *Constraint_) in NestedRequirement() argument
2517 : Node(KNestedRequirement), Constraint(Constraint_) {} in NestedRequirement()