Searched defs:isAddressOfOperand (Results 1 – 4 of 4) sorted by relevance
217 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
475 bool isAddressOfOperand, in ParseCastExpression()695 bool isAddressOfOperand, in ParseCastExpression()
592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, in tryParseCXXIdExpression()656 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
414 bool isAddressOfOperand, in ActOnDependentIdExpression()