Lines Matching refs:isAddressOfOperand
475 bool isAddressOfOperand, in ParseCastExpression() argument
479 isAddressOfOperand, in ParseCastExpression()
695 bool isAddressOfOperand, in ParseCastExpression() argument
774 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression()
861 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression()
873 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression()
953 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression()
954 isAddressOfOperand = false; in ParseCastExpression()
965 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
975 isAddressOfOperand, std::move(Validator), in ParseCastExpression()
980 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression()
1223 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression()
1237 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression()
1243 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression()
1254 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression()
1262 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression()
1271 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression()