Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.h43 class ObjCAtThrowStmt; variable
H A DCodeGenFunction.h76 class ObjCAtThrowStmt; variable
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtObjC.h362 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function
366 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1630 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt()