Home
last modified time | relevance | path

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

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