Lines Matching refs:Name1
375 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1, in IsStructurallyEquivalent() argument
377 if (!Name1 || !Name2) in IsStructurallyEquivalent()
378 return Name1 == Name2; in IsStructurallyEquivalent()
380 return Name1->getName() == Name2->getName(); in IsStructurallyEquivalent()
965 IdentifierInfo *Name1 = Field1->getIdentifier(); in IsStructurallyEquivalent() local
967 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()
1447 IdentifierInfo *Name1 = Record1->getIdentifier(); in Finish() local
1448 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1449 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1453 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()
1463 IdentifierInfo *Name1 = Enum1->getIdentifier(); in Finish() local
1464 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1465 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1469 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()