Home
last modified time | relevance | path

Searched refs:redeclaration (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/SemaObjC/
Dcontinuation-class-err.m15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in continuati…
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in continuation clas…
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in continuation clas…
Dduplicate-property-class-extension.m12 …ror{{illegal redeclaration of 'readwrite' property in continuation class 'Foo' (perhaps you intend…
Dmethod-prototype-scope.m14 …gWith:(NSString *)object and:(NSArray *)object; // expected-warning {{redeclaration of method para…
/external/bison/src/
Dsymtab.c108 redeclaration (symbol* s, const char *what, location first, location second) in redeclaration() function
126 redeclaration (sym, "%type", sym->type_location, loc); in symbol_type_set()
144 redeclaration (sym, "%destructor", sym->destructor_location, loc); in symbol_destructor_set()
161 redeclaration (sym, "%printer", sym->destructor_location, loc); in symbol_printer_set()
179 redeclaration (sym, assoc_to_string (a), sym->prec_location, loc); in symbol_precedence_set()
/external/bison/tests/
Dinput.at177 [[input.y:8.7-11: %type redeclaration for foo
179 input.y:10.13-17: %destructor redeclaration for foo
181 input.y:9.10-14: %printer redeclaration for foo
183 input.y:11.1-5: %left redeclaration for foo
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td56 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
DDiagnosticSemaKinds.td243 def err_using_decl_redeclaration : Error<"redeclaration of using decl">;
310 "incompatible redeclaration of library function %0">;
620 "illegal redeclaration of property in continuation class %0"
626 "illegal redeclaration of 'readwrite' property in continuation class %0"
627 " (perhaps you intended this to be a 'readwrite' redeclaration of a "
1857 "%select{overloaded function|redeclaration of}0 %1 must have the "
1918 "addition of default argument on redeclaration makes this constructor a "
2256 "%select{|template parameter }1redeclaration">;
2264 "%select{|template parameter }0redeclaration">;
2270 "%select{|template parameter }1redeclaration">;
[all …]
DDiagnosticParseKinds.td316 "redeclaration of C++ built-in type 'bool'">;
/external/bison/
DChangeLog3449 Accept no redeclaration at all, not even equal to the previous
3451 (redeclaration): New.
3452 Use it to factor redeclaration complaints.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1619473 interfaces, including the redeclaration of _init in DOMObject, since it's already