Searched defs:CanThrow (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp1365 static bool CanThrow(Expr *E, ASTContext &Ctx) { function in namespace:__anon3537
1411 if (!CanThrow(C->getCallee(), *Context))
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5358 CanThrowResult CanThrow = canThrow(Operand); local
5360 CanThrow, KeyLoc, RParen));

Completed in 89 milliseconds