Home
last modified time | relevance | path

Searched defs:unavailable (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaObjC/
Dspecial-dep-unavail-warning.m6 …Meth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
10 …eth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
14 - (void)FuzzyMeth1 __attribute__((unavailable));
18 …eth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
22 - (void) unavailMeth2 __attribute__((unavailable));
23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
25 - (void)FuzzyMeth __attribute__((unavailable));
Dno-warning-unavail-unimp.m6 - Method __attribute__((unavailable));
7 + CMethod __attribute__((unavailable));
Dinvalid-code.m53 __attribute__((unavailable)) @interface I4 @end // expected-error {{Objective-C declarations may on… category
Dmethod-attributes.m18 …ute__((deprecated)) __attribute__((unavailable)); // expected-note {{method 'foo2:' declared here}}
/external/svox/pico/src/com/svox/pico/
DEngineSettings.java52 …ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE… in onActivityResult() local
DCheckVoiceData.java65 ArrayList<String> unavailable = new ArrayList<String>(); in onCreate() local
/external/clang/include/clang/Sema/
DAttributeList.h143 SourceLocation unavailable, in AttributeList()