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

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

Completed in 118 milliseconds