Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp586 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local
588 OldTypes.insert(S.Context.getCanonicalType(I).getUnqualifiedType()); in CheckEquivalentExceptionSpecImpl()
592 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()
600 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()