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.cpp402 unsigned property_note_select; in DoEmitAvailabilityWarning() local
516 property_note_select = /* deprecated */ 0; in DoEmitAvailabilityWarning()
527 property_note_select = /* unavailable */ 1; in DoEmitAvailabilityWarning()
643 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
648 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()