Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp421 unsigned property_note_select; in DoEmitAvailabilityWarning() local
559 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
570 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
686 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
691 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()