Home
last modified time | relevance | path

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

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