Searched refs:ParentThis (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1657 const VarDecl *ParentThis; member in struct:__anon351::CaptureFinder
1660 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) argument
1661 : ParentCGF(ParentCGF), ParentThis(ParentThis) {}
1679 Captures.insert(ParentThis);
1689 Captures.insert(ParentThis);

Completed in 94 milliseconds