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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp769 static CanThrowResult canSubExprsThrow(Sema &S, const Expr *CE) { function in namespace:clang
864 return mergeCanThrow(CT, canSubExprsThrow(*this, E));
889 return mergeCanThrow(CT, canSubExprsThrow(*this, E));
898 return mergeCanThrow(CT, canSubExprsThrow(*this, E));
919 return mergeCanThrow(CT, canSubExprsThrow(*this, E));
937 return mergeCanThrow(CT, canSubExprsThrow(*this, E));
946 return mergeCanThrow(CT, canSubExprsThrow(*this, E));
982 return canSubExprsThrow(*this, E);
995 return mergeCanThrow(CT, canSubExprsThrow(*this, E));

Completed in 54 milliseconds