Searched refs:CaptureFinder (Results 1 – 1 of 1) sorted by relevance
1439 struct CaptureFinder : ConstStmtVisitor<CaptureFinder> { struct1444 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) in CaptureFinder() argument1454 ConstStmtVisitor<CaptureFinder>::Visit(S); in Visit()1540 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); in EmitCapturedLocals()