Searched defs:ObjCAtThrowStmt (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCRuntime.h | 43 class ObjCAtThrowStmt; variable |
H A D | CodeGenFunction.h | 76 class ObjCAtThrowStmt; global() variable |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtObjC.h | 362 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) ObjCAtThrowStmt() function |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | CalledOnceCheck.cpp | 1630 VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) VisitObjCAtThrowStmt() argument |