Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2413 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl() local
2415 if (ExistingGetter) { in ProcessPropertyDecl()
2416 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2419 << ExistingGetter->isDirectMethod() in ProcessPropertyDecl()
2420 << ExistingGetter->getDeclName(); in ProcessPropertyDecl()
2421 Diag(ExistingGetter->getLocation(), diag::note_previous_declaration); in ProcessPropertyDecl()