Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h450 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
451 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
H A DCGStmt.cpp3016 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntime.cpp272 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon90c6c1b10111::CGOpenMPInlinedRegionInfo
274 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()