Lines Matching refs:Name2
376 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument
377 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() local
967 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()
1450 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local
1451 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1452 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1453 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()
1466 IdentifierInfo *Name2 = Enum2->getIdentifier(); in Finish() local
1467 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1468 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1469 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()