Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h50 class CXXCatchStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp103 CXXCatchStmt, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4417 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument