Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h414 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
415 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
H A DCGStmt.cpp2746 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntime.cpp267 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anonad2d34460111::CGOpenMPInlinedRegionInfo
269 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()