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.cpp198 if (K == AR_Deprecated) { in ShouldDiagnoseAvailabilityInContext()
211 } else if (K == AR_Deprecated) { in ShouldDiagnoseAvailabilityInContext()
549 case AR_Deprecated: in DoEmitAvailabilityWarning()
623 if (K == AR_Deprecated) { in DoEmitAvailabilityWarning()
H A DCodeCompleteConsumer.cpp792 case AR_Deprecated: in computeCursorKindAndAvailability()
H A DSemaDeclObjC.cpp297 if (Availability != AR_Deprecated) { in DiagnoseObjCImplementedDeprecations()
3380 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3407 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
H A DSemaStmt.cpp1663 case AR_Deprecated: in ActOnFinishSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp752 return AR_Deprecated; in CheckAvailability()
770 if (Result >= AR_Deprecated) in getAvailability()
776 Result = AR_Deprecated; in getAvailability()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h75 AR_Deprecated, enumerator
760 return getAvailability(Message) == AR_Deprecated;