Lines Matching defs:isAddressOfOperand
606 bool isAddressOfOperand,
625 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
626 isAddressOfOperand = false;
629 isAddressOfOperand);
655 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
656 isAddressOfOperand = false;
660 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false,
734 /// The isAddressOfOperand parameter indicates that this id-expression is a
739 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) {
751 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
756 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);