Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h37 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) in CXXCatchStmt() function
41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h32 class CXXCatchStmt; variable
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp91 CXXCatchStmt, enumerator
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2997 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument