Searched refs:ExistingGetter (Results 1 – 1 of 1) sorted by relevance
2417 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local2419 if (ExistingGetter) { in ProcessPropertyDecl()2420 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()2423 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()2424 << ExistingGetter->getDeclName(); in ProcessPropertyDecl()2425 Diag(ExistingGetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()