Searched defs:isAddressOfOperand (Results 1 – 4 of 4) sorted by relevance
200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
563 Parser::ParseCastExpression(CastParseKind ParseKind, bool isAddressOfOperand, in ParseCastExpression()721 Parser::ParseCastExpression(CastParseKind ParseKind, bool isAddressOfOperand, in ParseCastExpression()
567 bool isAddressOfOperand, in tryParseCXXIdExpression()658 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
729 bool isAddressOfOperand, in ActOnDependentIdExpression()