HomeSort by relevance Sort by last modified time
    Searched refs:CanThrowResult (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 40 enum CanThrowResult {
46 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) {
47 // CanThrowResult constants are ordered so that the maximum is the correct
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 766 static CanThrowResult canSubExprsThrow(Sema &S, const Expr *CE) {
768 CanThrowResult R = CT_Cannot;
774 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E,
821 static CanThrowResult canDynamicCastThrow(const CXXDynamicCastExpr *DC) {
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 265 milliseconds