Searched refs:Name2 (Results 1 – 2 of 2) sorted by relevance
204 char *Name2);
321 const IdentifierInfo *Name2) { in IsStructurallyEquivalent() argument322 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() local904 if (!::IsStructurallyEquivalent(Name1, Name2)) in IsStructurallyEquivalent()1371 IdentifierInfo *Name2 = Record2->getIdentifier(); in Finish() local1372 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()1373 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()1374 if (!::IsStructurallyEquivalent(Name1, Name2) || in Finish()[all …]