Searched defs:CXXCatchStmt (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h28 class CXXCatchStmt : public Stmt { class in namespace:clang
36 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) function in class:clang::CXXCatchStmt
40 CXXCatchStmt(EmptyShell Empty) function in class:clang::CXXCatchStmt

Completed in 106 milliseconds