Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h43 class ObjCAtThrowStmt; variable
H A DCodeGenFunction.h76 class ObjCAtThrowStmt; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h362 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) ObjCAtThrowStmt() function
366 explicit ObjCAtThrowStmt(EmptyShell Empty) : ObjCAtThrowStmt() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1630 VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) VisitObjCAtThrowStmt() argument