Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1637 bool IsArray_) in NewExpr() argument
1639 IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr()
1673 DeleteExpr(Node *Op_, bool IsGlobal_, bool IsArray_) in DeleteExpr() argument
1674 : Node(KDeleteExpr), Op(Op_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in DeleteExpr()
1762 BracedExpr(const Node *Elem_, const Node *Init_, bool IsArray_) in BracedExpr() argument
1763 : Node(KBracedExpr), Elem(Elem_), Init(Init_), IsArray(IsArray_) {} in BracedExpr()