Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp606 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local
608 OldTypes.insert(S.Context.getCanonicalType(I).getUnqualifiedType()); in CheckEquivalentExceptionSpecImpl()
612 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()
620 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()