Searched defs:CXXCatchStmt (Results 1 – 4 of 4) sorted by relevance
36 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) in CXXCatchStmt() function40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() function
51 class CXXCatchStmt; variable
104 CXXCatchStmt, enumerator
4513 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument