Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2395 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local
2397 if (ExistingGetter) { in ProcessPropertyDecl()
2398 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2401 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()
2402 << ExistingGetter->getDeclName(); in ProcessPropertyDecl()
2403 Diag(ExistingGetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()