Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4230 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() function in Sema
4270 return BuildObjCAtThrowStmt(AtLoc, Throw); in ActOnObjCAtThrowStmt()
H A DTreeTransform.h1611 return getSema().BuildObjCAtThrowStmt(AtLoc, Operand); in RebuildObjCAtThrowStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5238 StmtResult BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw);