Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance
450 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }451 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
3016 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
272 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon90c6c1b10111::CGOpenMPInlinedRegionInfo274 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()