Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp571 return AR_Deprecated; in CheckAvailability()
589 if (Result >= AR_Deprecated) in getAvailability()
595 Result = AR_Deprecated; in getAvailability()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h77 AR_Deprecated, enumerator
672 return getAvailability(Message) == AR_Deprecated;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDCodeCompleteConsumer.cpp687 case AR_Deprecated: in computeCursorKindAndAvailability()
HDSemaDeclObjC.cpp290 if (Availability != AR_Deprecated) { in DiagnoseObjCImplementedDeprecations()
3343 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3370 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
HDSemaDeclAttr.cpp7890 } else if (K == AR_Deprecated) { in ShouldDiagnoseAvailabilityInContext()
8177 case AR_Deprecated: in DoEmitAvailabilityWarning()
8246 if (K == AR_Deprecated) { in DoEmitAvailabilityWarning()
HDSemaStmt.cpp1190 case AR_Deprecated: in ActOnFinishSwitchStmt()