Home | History | Annotate | Download | only in Parse

Lines Matching refs:isAddressOfOperand

558                                            bool isAddressOfOperand,
577 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
578 isAddressOfOperand = false;
581 isAddressOfOperand);
607 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
608 isAddressOfOperand = false;
612 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false,
659 /// The isAddressOfOperand parameter indicates that this id-expression is a
664 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) {
676 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
681 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
3875 false/*isAddressofOperand*/,