Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2222 *Intf2 = D2->getClassInterface(); in IsStructurallyEquivalent() local
2223 if ((!Intf1 || !Intf2) && (Intf1 != Intf2)) in IsStructurallyEquivalent()
2227 !IsStructurallyEquivalent(Intf1->getIdentifier(), Intf2->getIdentifier())) in IsStructurallyEquivalent()
2247 Intf2 ? Context.ToCtx.getObjCInterfaceType(Intf2) : QualType(); in IsStructurallyEquivalent()