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

/external/clang/include/clang/AST/
H A DStmtObjC.h323 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } function in class:clang::ObjCAtThrowStmt
324 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } function in class:clang::ObjCAtThrowStmt
/external/clang/lib/AST/
H A DStmtPrinter.cpp489 if (Node->getThrowExpr()) {
491 PrintExpr(Node->getThrowExpr());
/external/clang/lib/Sema/
H A DTreeTransform.h6014 if (S->getThrowExpr()) {
6015 Operand = getDerived().TransformExpr(S->getThrowExpr());
6021 Operand.get() == S->getThrowExpr())
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp4097 if (const Expr *ThrowExpr = S.getThrowExpr()) {
6980 if (const Expr *ThrowExpr = S.getThrowExpr()) {
H A DCGObjCGNU.cpp2662 if (const Expr *ThrowExpr = S.getThrowExpr()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2080 if (S->getThrowExpr())
2095 if (S->getThrowExpr())
H A DRewriteObjC.cpp1972 if (S->getThrowExpr())
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1072 Writer.AddStmt(S->getThrowExpr());

Completed in 418 milliseconds