Lines Matching refs:Name1
277 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1, in IsStructurallyEquivalent() argument
279 if (!Name1 || !Name2) in IsStructurallyEquivalent()
280 return Name1 == Name2; in IsStructurallyEquivalent()
282 return Name1->getName() == Name2->getName(); in IsStructurallyEquivalent()
859 IdentifierInfo *Name1 = Field1->getIdentifier(); in IsStructurallyEquivalent() local
861 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()
1325 IdentifierInfo *Name1 = Record1->getIdentifier(); in Finish() local
1326 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1327 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1331 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()
1341 IdentifierInfo *Name1 = Enum1->getIdentifier(); in Finish() local
1342 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1343 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1347 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()