Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp324 unsigned property_note_select; in DoEmitAvailabilityWarning() local
423 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
434 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
527 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
532 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()