Searched refs:Ref1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp500 const auto *Ref1 = cast<ReferenceType>(T1); local
502 if (Ref1->isSpelledAsLValue() != Ref2->isSpelledAsLValue())
504 if (Ref1->isInnerRef() != Ref2->isInnerRef())
506 if (!IsStructurallyEquivalent(Context, Ref1->getPointeeTypeAsWritten(),

Completed in 83 milliseconds