Searched defs:isAddressOfOperand (Results 1 – 4 of 4) sorted by relevance
204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
434 bool isAddressOfOperand, in ParseCastExpression()641 bool isAddressOfOperand, in ParseCastExpression()
589 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, in tryParseCXXIdExpression()653 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression()
410 bool isAddressOfOperand, in ActOnDependentIdExpression()