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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp807 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E, const Decl *D) { function in namespace:clang
913 CT = canCalleeThrow(*this, E, CE->getCalleeDecl());
923 CanThrowResult CT = canCalleeThrow(*this, E,
945 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew());
957 CT = canCalleeThrow(*this, E,
963 CT = mergeCanThrow(CT, canCalleeThrow(*this, E, DD));
973 CanThrowResult CT = canCalleeThrow(*this, E,

Completed in 574 milliseconds