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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp733 auto *Auto1 = cast<AutoType>(T1); local
735 if (!IsStructurallyEquivalent(Context, Auto1->getDeducedType(),
738 if (Auto1->isConstrained() != Auto2->isConstrained())
740 if (Auto1->isConstrained()) {
741 if (Auto1->getTypeConstraintConcept() !=
745 Auto1->getTypeConstraintArguments();

Completed in 47 milliseconds