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; }
2795 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
267 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anoneb75deaf0111::CGOpenMPInlinedRegionInfo269 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()