Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp5782 unsigned property_note_select; in DoEmitAvailabilityWarning() local
5796 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
5807 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
5859 property_note_select = /* partial */ 2; in DoEmitAvailabilityWarning()
5868 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
5873 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()