Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp118 ThrowExpr, enumerator
H A DCGExpr.cpp4511 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { in EmitLValueOrThrowExpression() local
4542 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(live->IgnoreParens())) { in EmitConditionalOperatorLValue() local
H A DCGObjCMac.cpp4952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
7841 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
H A DCGObjCGNU.cpp3952 if (const Expr *ThrowExpr = S.getThrowExpr()) { in EmitThrowStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2030 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} in ThrowExpr() function