Searched defs:CXXCatchStmt (Results 1 – 4 of 4) sorted by relevance
37 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock) in CXXCatchStmt() function41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() function
32 class CXXCatchStmt; variable
86 CXXCatchStmt, enumerator
2701 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument