Home
last modified time | relevance | path

Searched defs:CXXCatchStmt (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h36 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) in CXXCatchStmt() function
40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h51 class CXXCatchStmt; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp104 CXXCatchStmt, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4513 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument