Home
last modified time | relevance | path

Searched refs:OutlinedStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1852 const Stmt *OutlinedStmt, in EmitCapturedLocals() argument
1856 Finder.Visit(OutlinedStmt); in EmitCapturedLocals()
2001 const Stmt *OutlinedStmt) { in startOutlinedSEHHelper() argument
2002 SourceLocation StartLoc = OutlinedStmt->getBeginLoc(); in startOutlinedSEHHelper()
2050 OutlinedStmt->getBeginLoc(), OutlinedStmt->getBeginLoc()); in startOutlinedSEHHelper()
2054 EmitCapturedLocals(ParentCGF, OutlinedStmt, IsFilter); in startOutlinedSEHHelper()
H A DCodeGenFunction.h3289 const Stmt *OutlinedStmt);
3310 void EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt,