Home
last modified time | relevance | path

Searched refs:ExistingGetter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2416 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local
2418 if (ExistingGetter) { in ProcessPropertyDecl()
2419 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2422 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()
2423 << ExistingGetter->getDeclName(); in ProcessPropertyDecl()
2424 Diag(ExistingGetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()