Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGException.cpp1755 const VarDecl *ParentThis; member
1758 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) in CaptureFinder()
1759 : ParentCGF(ParentCGF), ParentThis(ParentThis) {} in CaptureFinder()
1777 Captures.insert(ParentThis); in VisitDeclRefExpr()
1785 Captures.insert(ParentThis); in VisitCXXThisExpr()