Home
last modified time | relevance | path

Searched defs:CXXThrowExpr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h57 class CXXThrowExpr; variable
DExprCXX.h1182 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() function
1189 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function
DStmt.h669 friend class CXXThrowExpr; variable
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp320 llvm::function_ref<void(const CXXThrowExpr *, CFGBlock &)> Visit) { in visitReachableThrows()
/external/clang/include/clang/AST/
DExprCXX.h925 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, in CXXThrowExpr() function
931 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function