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