Home
last modified time | relevance | path

Searched defs:deprecated (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dspecial-dep-unavail-warning.m6 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}}
8 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}}
12 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}}
18 …attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked deprecated here}}
19 - (void) depInA2 __attribute__((deprecated));
25 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}}
H A Dwarn-deprecated-implementations.m4 - (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared here}}
10 + (void)F __attribute__((deprecated));
14 - (void) E __attribute__((deprecated)); category
26 - (void) G __attribute__((deprecated));
47 - (void) B __attribute__((deprecated)); // expected-note {{method 'B' declared here}}
64 - (id)initSpecialInPrivateHeader __attribute__((deprecated)); category
H A Dwarn-protocol-method-deprecated.m5 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}}
13 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
H A Dwarn-forward-class-attr-deprecated.m6 …ribute__((deprecated)); // expected-note {{'filenames' has been explicitly marked deprecated here}}
11 - (id) filenames __attribute__((deprecated));
H A Dmethod-attributes.m16 - (int) foo1: (int)arg1 __attribute__((deprecated));
25 - (int) foo: (int)arg1 __attribute__((deprecated)){
31 - (int) foo2: (int)arg1 __attribute__((deprecated)) {
35 - (void) dep __attribute__((deprecated)) { } // OK private methodn
60 -(id)method __attribute__((deprecated));
68 -(id)method __attribute__((aligned(16))) __attribute__((aligned(16))) __attribute__((deprecated)) {
H A Dattr-deprecated.m7 … __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecated here}}
8 … __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecated here}}
13 {
46 …)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated here}}
144 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr… typedef
158 typedef NewI DeprI __attribute__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been expli… typedef
298 typedef struct {} S2 __attribute__((deprecated)); // expected-note2{{marked deprecated here}} typedef
H A Dattr-availability.m5 …eprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}}
14 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
22 - (void)overridden3 __attribute__((availability(macosx,deprecated=10.3)));
23 …_attribute__((availability(macosx,deprecated=10.3))); // expected-note{{overridden method is here}}
34 - (void)overridden3 __attribute__((availability(macosx,deprecated=10.4)));
35 … expected-warning{{overriding method deprecated before overridden method on macOS (10.3 vs. 10.2)}}
80 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
229 …10.1,deprecated=10.2))); // expected-note 4{{'methodA' has been explicitly marked deprecated here}}
H A Dwarn-category-method-deprecated.m11 …__attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked deprecated here}}
H A Dproperty-deprecated-warning.m151 …tribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly marked deprecated here}}
172 …ility(ios,deprecated=3.0))); // expected-note {{'size' has been explicitly marked deprecated here}}
173 …y(ios,deprecated=2.0))); // expected-note {{'setSize:' has been explicitly marked deprecated here}}
H A Dprotocol-attribute.m9 __attribute ((deprecated)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly m… category
H A Dunguarded-availability.m346 …AK_Dodo __attribute__((availability(macos, deprecated=10.3))), // expected-note 3 {{marked depreca… enum
/llvm-project/clang/test/AST/
H A Dast-print-objectivec.m6 - (void)MethP __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2)));
10 - (void)MethI __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2)));
18 - (void)MethP __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2))) {}
19 - (void)MethI __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2))) {}
/llvm-project/clang/test/Parser/
H A Dobjc-interfaces.m6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
H A Dobjc-category-neg-1.m7 …ntRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
H A Dattributes.mm9 __attribute__((deprecated)) @protocol P1 category
/llvm-project/clang/test/ClangScanDeps/
H A Doptimize-vfs-pch.m164 typedef int A_t __attribute__((deprecated("yep, it's depr"))); typedef
/llvm-project/clang/test/Index/
H A Dc-index-api-loadTU-test.m9 - foo __attribute__((deprecated)); argument
/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h237 const AvailabilityChange &deprecated, in ParsedAttr() argument
768 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) create() argument
1005 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) addNew() argument
/llvm-project/flang/lib/Parser/
H A Dbasic-parsers.h914 inline constexpr auto deprecated(PA parser) { deprecated() function
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1108 bool deprecated = false; global() member
1336 bool deprecated = false; global() member
1530 bool deprecated = false; global() member
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-class-template-argument-deduction.cpp95 namespace deprecated { global() namespace
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h884 bool deprecated = false; member
/llvm-project/mlir/utils/vscode/
H A Dpackage-lock.json1936 …"deprecated": "This package has been renamed to @vscode/test-electron, please update to the new na… string