Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance
168 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anondef231dd0111::CGOpenMPInlinedRegionInfo170 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()
204 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; } in isCXXThisExprCaptured()205 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } in getThisFieldDecl() function
2221 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()