/llvm-project/clang/test/SemaObjC/ |
H A D | special-dep-unavail-warning.m | 6 …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 D | warn-deprecated-implementations.m | 4 - (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 D | warn-protocol-method-deprecated.m | 5 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}} 13 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
|
H A D | warn-forward-class-attr-deprecated.m | 6 …ribute__((deprecated)); // expected-note {{'filenames' has been explicitly marked deprecated here}} 11 - (id) filenames __attribute__((deprecated));
|
H A D | method-attributes.m | 16 - (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 D | attr-deprecated.m | 7 … __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 D | attr-availability.m | 5 …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 D | warn-category-method-deprecated.m | 11 …__attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked deprecated here}}
|
H A D | property-deprecated-warning.m | 151 …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 D | protocol-attribute.m | 9 __attribute ((deprecated)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly m… category
|
H A D | unguarded-availability.m | 346 …AK_Dodo __attribute__((availability(macos, deprecated=10.3))), // expected-note 3 {{marked depreca… enum
|
/llvm-project/clang/test/AST/ |
H A D | ast-print-objectivec.m | 6 - (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 D | objc-interfaces.m | 6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
|
H A D | objc-category-neg-1.m | 7 …ntRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
|
H A D | attributes.mm | 9 __attribute__((deprecated)) @protocol P1 category
|
/llvm-project/clang/test/ClangScanDeps/ |
H A D | optimize-vfs-pch.m | 164 typedef int A_t __attribute__((deprecated("yep, it's depr"))); typedef
|
/llvm-project/clang/test/Index/ |
H A D | c-index-api-loadTU-test.m | 9 - foo __attribute__((deprecated)); argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 237 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 D | basic-parsers.h | 914 inline constexpr auto deprecated(PA parser) { deprecated() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 1108 bool deprecated = false; global() member 1336 bool deprecated = false; global() member 1530 bool deprecated = false; global() member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1z-class-template-argument-deduction.cpp | 95 namespace deprecated { global() namespace
|
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/ |
H A D | Protocol.h | 884 bool deprecated = false; member
|
/llvm-project/mlir/utils/vscode/ |
H A D | package-lock.json | 1936 …"deprecated": "This package has been renamed to @vscode/test-electron, please update to the new na… string
|