Home
last modified time | relevance | path

Searched refs:getThisFieldDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h441 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
442 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
H A DCGStmt.cpp2899 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntime.cpp270 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anond842882b0111::CGOpenMPInlinedRegionInfo
272 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()