Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp192 } else if (K == AR_Deprecated) { in ShouldDiagnoseAvailabilityInContext()
511 case AR_Deprecated: in DoEmitAvailabilityWarning()
580 if (K == AR_Deprecated) { in DoEmitAvailabilityWarning()
H A DCodeCompleteConsumer.cpp796 case AR_Deprecated: in computeCursorKindAndAvailability()
H A DSemaDeclObjC.cpp298 if (Availability != AR_Deprecated) { in DiagnoseObjCImplementedDeprecations()
3372 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3399 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
H A DSemaStmt.cpp1593 case AR_Deprecated: in ActOnFinishSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp742 return AR_Deprecated; in CheckAvailability()
760 if (Result >= AR_Deprecated) in getAvailability()
766 Result = AR_Deprecated; in getAvailability()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h75 AR_Deprecated, enumerator
756 return getAvailability(Message) == AR_Deprecated;