Home
last modified time | relevance | path

Searched refs:Name2 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/include/
HDacnamesp.h204 char *Name2);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp321 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()
[all …]