Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp340 unsigned property_note_select; in DoEmitAvailabilityWarning() local
439 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
450 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
566 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
571 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()