Home
last modified time | relevance | path

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

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