Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.h42 class ObjCAtThrowStmt; variable
DCodeGenFunction.h78 class ObjCAtThrowStmt; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtObjC.h337 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function
341 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCalledOnceCheck.cpp1630 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt()