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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp281 /// Determine whether an exception thrown by E, unwinding from ThrowBlock,
283 static bool throwEscapes(Sema &S, const CXXThrowExpr *E, CFGBlock &ThrowBlock, argument
288 Stack.push_back(&ThrowBlock);
289 Queued[ThrowBlock.getBlockID()] = true;

Completed in 97 milliseconds