Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5850 llvm::SmallPtrSet<CanQualType, 4> ExceptionsSeen; variable
5854 ExceptionsSeen.clear(); in ClearExceptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp224 if (ExceptionsSeen.insert(Self->Context.getCanonicalType(E)).second) in CalledDecl()