Searched refs:ExistingGetter (Results 1 – 1 of 1) sorted by relevance
2404 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local2406 if (ExistingGetter) { in ProcessPropertyDecl()2407 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()2410 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()2411 << ExistingGetter->getDeclName(); in ProcessPropertyDecl()2412 Diag(ExistingGetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()