Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp144 } else if (K == AR_Deprecated) { in ShouldDiagnoseAvailabilityInContext()
434 case AR_Deprecated: in DoEmitAvailabilityWarning()
503 if (K == AR_Deprecated) { in DoEmitAvailabilityWarning()
H A DCodeCompleteConsumer.cpp796 case AR_Deprecated: in computeCursorKindAndAvailability()
H A DSemaDeclObjC.cpp291 if (Availability != AR_Deprecated) { in DiagnoseObjCImplementedDeprecations()
3369 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3396 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
H A DSemaStmt.cpp1570 case AR_Deprecated: in ActOnFinishSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp703 return AR_Deprecated; in CheckAvailability()
721 if (Result >= AR_Deprecated) in getAvailability()
727 Result = AR_Deprecated; in getAvailability()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h74 AR_Deprecated, enumerator
756 return getAvailability(Message) == AR_Deprecated;