Home
last modified time | relevance | path

Searched refs:ActOnObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2446 return Actions.ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope()); in ParseObjCThrowStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4264 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5116 StmtResult ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw,