Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp131 } else if (K == AR_Deprecated) { in ShouldDiagnoseAvailabilityInContext()
418 case AR_Deprecated: in DoEmitAvailabilityWarning()
487 if (K == AR_Deprecated) { in DoEmitAvailabilityWarning()
H A DCodeCompleteConsumer.cpp789 case AR_Deprecated: in computeCursorKindAndAvailability()
H A DSemaDeclObjC.cpp291 if (Availability != AR_Deprecated) { in DiagnoseObjCImplementedDeprecations()
3362 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
3389 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()
H A DSemaStmt.cpp1558 case AR_Deprecated: in ActOnFinishSwitchStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp617 return AR_Deprecated; in CheckAvailability()
635 if (Result >= AR_Deprecated) in getAvailability()
641 Result = AR_Deprecated; in getAvailability()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h72 AR_Deprecated, enumerator
710 return getAvailability(Message) == AR_Deprecated;
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp903 if (ND.getAvailability() == AR_Deprecated) in addDeclaration()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8182 case AR_Deprecated: in getCursorAvailabilityForDecl()