/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 68 VersionTuple Deprecated; member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.h | 71 Deprecated, enumerator
|
H A D | Quality.h | 57 bool Deprecated = false; member
|
H A D | CodeComplete.h | 239 bool Deprecated = false; global() member
|
H A D | Protocol.h | 905 /// Deprecated or obsolete code. enumerator 1561 enum class SymbolTag { Deprecated = 1 }; global() enumerator
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Symbol.h | 143 Deprecated = 1 << 1, enumerator
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 204 SymbolQualitySignals Deprecated; in TEST() local
|
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/ |
H A D | Protocol.h | 679 Deprecated = 2, enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 759 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) { getAvailability() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2020 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 D | CommentParser.cpp | 1410 TEST_F(CommentParserTest, Deprecated) { in TEST_F() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1296 enum { Introduced, Deprecated, Obsoleted, Unknown }; ParseAvailabilityAttribute() enumerator
|
/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 2470 CXVersion Deprecated; global() member
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 5185 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); WriteDocumentation() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 8550 if (DeprecatedAttr *Deprecated = dyn_cast<DeprecatedAttr>(A)) { getCursorPlatformAvailabilityForDecl() local
|