Lines Matching refs:Name2
321 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument
322 if (!Name1 || !Name2) in IsStructurallyEquivalent()
323 return Name1 == Name2; in IsStructurallyEquivalent()
325 return Name1->getName() == Name2->getName(); in IsStructurallyEquivalent()
903 IdentifierInfo *Name2 = Field2->getIdentifier(); in IsStructurallyEquivalent() local
904 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()
1371 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local
1372 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1373 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1374 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()
1387 IdentifierInfo *Name2 = Enum2->getIdentifier(); in Finish() local
1388 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1389 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1390 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()