Searched refs:getThisFieldDecl (Results 1 – 6 of 6) sorted by relevance
212 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; } in isCXXThisExprCaptured()213 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } in getThisFieldDecl() function
2247 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
250 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anoneba84b040111::CGOpenMPInlinedRegionInfo252 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()
396 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }397 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
2686 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
266 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon8f021c720111::CGOpenMPInlinedRegionInfo268 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()