Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2428 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local
2430 if (ExistingSetter) { in ProcessPropertyDecl()
2431 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2434 << ExistingSetter->isDirectMethod() in ProcessPropertyDecl()
2435 << ExistingSetter->getDeclName(); in ProcessPropertyDecl()
2436 Diag(ExistingSetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()