Searched refs:ExistingSetter (Results 1 – 1 of 1) sorted by relevance
2429 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local2431 if (ExistingSetter) { in ProcessPropertyDecl()2432 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()2435 << ExistingSetter->isDirectMethod() in ProcessPropertyDecl()2436 << ExistingSetter->getDeclName(); in ProcessPropertyDecl()2437 Diag(ExistingSetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()