Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h495 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
496 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
H A DCGStmt.cpp3194 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntime.cpp274 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon93cce0fb0111::CGOpenMPInlinedRegionInfo
276 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()