Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance
212 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; } in isCXXThisExprCaptured()213 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } in getThisFieldDecl() function
2247 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
250 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon8672dd220111::CGOpenMPInlinedRegionInfo252 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()