Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5000 llvm::SmallPtrSet<CanQualType, 4> ExceptionsSeen; variable
5004 ExceptionsSeen.clear(); in ClearExceptions()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp250 if (ExceptionsSeen.insert(Self->Context.getCanonicalType(E)).second) in CalledDecl()