Home
last modified time | relevance | path

Searched defs:Deprecated (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DAvailability.h68 VersionTuple Deprecated; member
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h71 Deprecated, enumerator
H A DQuality.h57 bool Deprecated = false; member
H A DCodeComplete.h239 bool Deprecated = false; global() member
H A DProtocol.h905 /// Deprecated or obsolete code. enumerator
1561 enum class SymbolTag { Deprecated = 1 }; global() enumerator
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbol.h143 Deprecated = 1 << 1, enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp204 SymbolQualitySignals Deprecated; in TEST() local
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h679 Deprecated = 2, enumerator
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp759 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) { getAvailability() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2020 checkAvailabilityAttr(Sema & S,SourceRange Range,IdentifierInfo * Platform,VersionTuple Introduced,VersionTuple Deprecated,VersionTuple Obsoleted) checkAvailabilityAttr() argument
2076 mergeAvailabilityAttr(NamedDecl * D,const AttributeCommonInfo & CI,IdentifierInfo * Platform,bool Implicit,VersionTuple Introduced,VersionTuple Deprecated,VersionTuple Obsoleted,bool IsUnavailable,StringRef Message,bool IsStrict,StringRef Replacement,AvailabilityMergeKind AMK,int Priority,IdentifierInfo * Environment) mergeAvailabilityAttr() argument
2266 AvailabilityChange Deprecated = AL.getAvailabilityDeprecated(); handleAvailabilityAttr() local
[all...]
/llvm-project/clang/unittests/AST/
H A DCommentParser.cpp1410 TEST_F(CommentParserTest, Deprecated) { in TEST_F() argument
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1296 enum { Introduced, Deprecated, Obsoleted, Unknown }; ParseAvailabilityAttribute() enumerator
/llvm-project/clang/include/clang-c/
H A DIndex.h2470 CXVersion Deprecated; global() member
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5185 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); WriteDocumentation() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp8550 if (DeprecatedAttr *Deprecated = dyn_cast<DeprecatedAttr>(A)) { getCursorPlatformAvailabilityForDecl() local