Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp568 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local
570 OldTypes.insert(S.Context.getCanonicalType(I).getUnqualifiedType()); in CheckEquivalentExceptionSpecImpl()
574 if (OldTypes.count(TypePtr)) in CheckEquivalentExceptionSpecImpl()
582 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()