Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h58 class CXXThrowExpr; variable
H A DExprCXX.h1203 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, CXXThrowExpr() function
1210 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} CXXThrowExpr() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp349 llvm::function_ref<void(const CXXThrowExpr *, CFGBlock &)> Visit) { in visitReachableThrows() argument