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 45 enum CanThrowResult {
51 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) {
52 // CanThrowResult constants are ordered so that the maximum is the correct
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 769 static CanThrowResult canSubExprsThrow(Sema &S, const Expr *CE) {
771 CanThrowResult R = CT_Cannot;
777 static CanThrowResult canCalleeThrow(Sema &S, const Expr *E,
815 static CanThrowResult canDynamicCastThrow(const CXXDynamicCastExpr *DC) {
828 static CanThrowResult canTypeidThrow(Sema &S, const CXXTypeidExpr *DC) {
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 305 milliseconds