Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp7629 unsigned property_note_select; in DoEmitAvailabilityWarning() local
7728 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
7739 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
7832 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
7837 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()