Lines Matching defs:isAddressOfOperand
619 bool isAddressOfOperand,
638 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
639 isAddressOfOperand = false;
642 isAddressOfOperand);
668 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
669 isAddressOfOperand = false;
673 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false,
747 /// The isAddressOfOperand parameter indicates that this id-expression is a
752 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) {
764 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
769 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);