Searched refs:Name2 (Results 1 – 5 of 5) sorted by relevance
7 -(void) Name1:(id)Arg1 Name2:(id)Arg2; // Name1:Name2:8 -(void) Name1:(id) Name2:(id)Arg2; // expected-warning {{'Name2' used as the name of the previous p…9 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \10 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em…11 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3; // Name1:Name2:Name3:12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of…23 -(void) Name1:(id)Arg1 Name2:(id)Arg2{}24 -(void) Name1:(id) Name2:(id)Arg2 {} // expected-warning {{'Name2' used as the name of the previous…25 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \26 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em…[all …]
278 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument279 if (!Name1 || !Name2) in IsStructurallyEquivalent()280 return Name1 == Name2; in IsStructurallyEquivalent()282 return Name1->getName() == Name2->getName(); in IsStructurallyEquivalent()860 IdentifierInfo *Name2 = Field2->getIdentifier(); in IsStructurallyEquivalent() local861 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()1328 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local1329 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()1330 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()1331 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()[all …]
5708 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
9389 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
59 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/