Lines Matching refs:isAddressOfOperand
707 bool isAddressOfOperand, in ParseCastExpression() argument
713 isAddressOfOperand, in ParseCastExpression()
1050 bool isAddressOfOperand, in ParseCastExpression() argument
1167 Res = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCastExpression()
1175 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()
1185 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()
1206 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()
1219 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1232 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1321 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression()
1322 isAddressOfOperand = false; in ParseCastExpression()
1335 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
1345 isAddressOfOperand, &Validator, in ParseCastExpression()
1350 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1489 isAddressOfOperand); in ParseCastExpression()
1694 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
1710 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
1717 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression()
1729 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1739 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression()
1748 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()