Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4759 llvm::SmallPtrSet<CanQualType, 4> ExceptionsSeen; variable
4763 ExceptionsSeen.clear(); in ClearExceptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp215 if (ExceptionsSeen.insert(Self->Context.getCanonicalType(E)).second) in CalledDecl()