Lines Matching refs:Name2
278 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument
279 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() local
861 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()
1328 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local
1329 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1330 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1331 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()
1344 IdentifierInfo *Name2 = Enum2->getIdentifier(); in Finish() local
1345 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1346 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1347 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()