Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp6260 unsigned property_note_select; in DoEmitAvailabilityWarning() local
6274 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
6285 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
6336 property_note_select = /* partial */ 2; in DoEmitAvailabilityWarning()
6360 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
6367 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()