enum AvailabilityResult

Description

Captures the result of checking the availability of a declaration.

Declared at: clang/include/clang/AST/DeclBase.h:69

Enumerators

NameValueComment
AR_Available0
AR_NotYetIntroduced1
AR_Deprecated2
AR_Unavailable3