Searched refs:IsArray_ (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| HD | ItaniumDemangle.h | 1744 bool IsArray_) in NewExpr() argument 1746 IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 1780 DeleteExpr(Node *Op_, bool IsGlobal_, bool IsArray_) in DeleteExpr() argument 1781 : Node(KDeleteExpr), Op(Op_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in DeleteExpr() 1869 BracedExpr(const Node *Elem_, const Node *Init_, bool IsArray_) in BracedExpr() argument 1870 : Node(KBracedExpr), Elem(Elem_), Init(Init_), IsArray(IsArray_) {} in BracedExpr()
|