Home
last modified time | relevance | path

Searched defs:ThrowExpr (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1665 class ThrowExpr : public Expr { class
1669 ThrowExpr(Node *Op_) : Op(Op_) {} in ThrowExpr() function in __anon17245d330111::ThrowExpr
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2705 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
DCGObjCMac.cpp4350 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7219 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
DCGExpr.cpp3474 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1868 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function