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
50 class CXXCatchStmt; variable
103 CXXCatchStmt, enumerator
4417 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument