Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp5376 unsigned property_note_select; in DoEmitAvailabilityWarning() local
5390 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
5401 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
5409 property_note_select = /* partial */ 2; in DoEmitAvailabilityWarning()
5418 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
5423 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()