Searched refs:getThrowExpr (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h324 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } function in class:clang::ObjCAtThrowStmt
325 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } function in class:clang::ObjCAtThrowStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp495 if (Node->getThrowExpr()) {
497 PrintExpr(Node->getThrowExpr());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1065 Writer.AddStmt(S->getThrowExpr());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5784 if (S->getThrowExpr()) {
5785 Operand = getDerived().TransformExpr(S->getThrowExpr());
5791 Operand.get() == S->getThrowExpr())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4127 if (const Expr *ThrowExpr = S.getThrowExpr()) {
6986 if (const Expr *ThrowExpr = S.getThrowExpr()) {
H A DCGObjCGNU.cpp2681 if (const Expr *ThrowExpr = S.getThrowExpr()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2084 if (S->getThrowExpr())
2099 if (S->getThrowExpr())
H A DRewriteObjC.cpp1993 if (S->getThrowExpr())

Completed in 189 milliseconds