Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4166 llvm::SmallPtrSet<CanQualType, 4> ExceptionsSeen; variable
4170 ExceptionsSeen.clear(); in ClearExceptions()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp216 if (ExceptionsSeen.insert(Self->Context.getCanonicalType(E)).second) in CalledDecl()