Lines Matching refs:IsArray
1941 bool IsArray; // new[] ? variable
1946 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr()
1949 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match()
1956 if (IsArray) in printLeft()
1976 bool IsArray; variable
1981 IsArray(IsArray_) {} in DeleteExpr()
1984 F(Op, IsGlobal, IsArray, getPrecedence()); in match()
1991 if (IsArray) in printLeft()
2098 bool IsArray; variable
2101 : Node(KBracedExpr), Elem(Elem_), Init(Init_), IsArray(IsArray_) {} in BracedExpr()
2103 template<typename Fn> void match(Fn F) const { F(Elem, Init, IsArray); } in match()
2106 if (IsArray) { in printLeft()