Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance
414 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }415 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
2746 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
267 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anonad2d34460111::CGOpenMPInlinedRegionInfo269 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()