Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance
442 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }443 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
2910 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
271 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anonffc6c7120111::CGOpenMPInlinedRegionInfo273 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()