Searched refs:Name2 (Results 1 – 10 of 10) 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 …]
17 public class TwoInheritedDefaultMethods implements Name1, Name2 {20 return Name1.super.name() + ":" + Name2.super.name(); in name()32 interface Name2 { interface
169 int32_t IsPartName(const WideString& Name1, const WideString& Name2);
943 const WideString& Name2) { in IsPartName() argument944 if (Name1.Contains(Name2.c_str())) in IsPartName()
376 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument377 if (!Name1 || !Name2) in IsStructurallyEquivalent()378 return Name1 == Name2; in IsStructurallyEquivalent()380 return Name1->getName() == Name2->getName(); in IsStructurallyEquivalent()966 IdentifierInfo *Name2 = Field2->getIdentifier(); in IsStructurallyEquivalent() local967 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()1450 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local1451 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()1452 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()1453 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()[all …]
95 com/google/devtools/build/android/desugar/testdata/java8/Name2.class
35 Variable Name2=_TCLDIR_
424 *ParamCustomFoo Name2/Text 2: order type minimum maximum
5693 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
9051 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/