Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance
441 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }442 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
2899 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
270 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anond842882b0111::CGOpenMPInlinedRegionInfo272 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()