Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp66 const CXXThrowExpr *ThrowExpr) { in diagnoseThrowLocations()
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp125 ThrowExpr, global() enumerator
H A DCGExpr.cpp5030 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) { EmitLValueOrThrowExpression() local
5056 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { HandleConditionalOperatorLValueSimpleCase() local
H A DCGObjCMac.cpp4883 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local
7774 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local
H A DCGObjCGNU.cpp4176 if (const Expr *ThrowExpr = S.getThrowExpr()) { EmitThrowStmt() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2334 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} ThrowExpr() function
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h2335 ThrowExpr(const Node *Op_) : Node(KThrowExpr), Op(Op_) {} ThrowExpr() function