Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp283 static bool throwEscapes(Sema &S, const CXXThrowExpr *E, CFGBlock &ThrowBlock, in throwEscapes() argument
288 Stack.push_back(&ThrowBlock); in throwEscapes()
289 Queued[ThrowBlock.getBlockID()] = true; in throwEscapes()