Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp659 llvm::SmallPtrSetImpl<const Decl *> &ThrowingDecls) { in checkNoThrow() argument
675 if (ThrowingDecls.empty()) { in checkNoThrow()
680 ThrowingDecls.insert(D); in checkNoThrow()
707 checkNoThrow(S, Child, ThrowingDecls); in checkNoThrow()
712 llvm::SmallPtrSet<const Decl *, 4> ThrowingDecls; in checkFinalSuspendNoThrow() local
717 checkNoThrow(*this, FinalSuspend, ThrowingDecls); in checkFinalSuspendNoThrow()
718 auto SortedDecls = llvm::SmallVector<const Decl *, 4>{ThrowingDecls.begin(), in checkFinalSuspendNoThrow()
719 ThrowingDecls.end()}; in checkFinalSuspendNoThrow()
726 return ThrowingDecls.empty(); in checkFinalSuspendNoThrow()