Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h212 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; } in isCXXThisExprCaptured()
213 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } in getThisFieldDecl() function
DCGStmt.cpp2247 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
DCGOpenMPRuntime.cpp250 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anoneba84b040111::CGOpenMPInlinedRegionInfo
252 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h396 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
397 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
DCGStmt.cpp2686 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
DCGOpenMPRuntime.cpp266 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon8f021c720111::CGOpenMPInlinedRegionInfo
268 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()